From 3f97286c17dbf5664d275e5f4523fff5e6c86534 Mon Sep 17 00:00:00 2001 From: Matthieu Guffroy <mattgu74@gmail.com> Date: Thu, 19 Jun 2014 02:19:16 +0200 Subject: [PATCH] add options sur factures --- class/lignefacture.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/class/lignefacture.php b/class/lignefacture.php index 5f717b5..057544f 100644 --- a/class/lignefacture.php +++ b/class/lignefacture.php @@ -10,6 +10,10 @@ class LigneFacture extends Objet protected $quantite; protected $remise; + public static function dbName() { + return "lignefacture"; + } + public function id() { return $this->id; -- GitLab