Skip to content
Snippets Groups Projects
Commit 3f97286c authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

add options sur factures

parent f4345a73
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,10 @@ class LigneFacture extends Objet
protected $quantite;
protected $remise;
public static function dbName() {
return "lignefacture";
}
public function id()
{
return $this->id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment