From 70e0d9df432ba67810b092aabd73ae0f48249269 Mon Sep 17 00:00:00 2001 From: clement <clemmercier45@gmail.com> Date: Thu, 19 Jun 2014 02:18:13 +0200 Subject: [PATCH] c --- class/lignefactureordonnance | 5 ++++- class/lignefactureprestation.php | 5 ++++- class/lignefactureproduit.php | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/class/lignefactureordonnance b/class/lignefactureordonnance index 084a22b..22a89b3 100644 --- a/class/lignefactureordonnance +++ b/class/lignefactureordonnance @@ -4,9 +4,12 @@ class LigneFactureOrdonnance extends LigneFacture { public $_specialFields = array( "prestation" => array( - "it" => -1 + "i" => -1 ), "produit" => array( "i" => -1 + ), + "quantite" => array( + "i" => -1 )); } \ No newline at end of file diff --git a/class/lignefactureprestation.php b/class/lignefactureprestation.php index 9dc6ce1..14d32fe 100644 --- a/class/lignefactureprestation.php +++ b/class/lignefactureprestation.php @@ -4,10 +4,13 @@ class LigneFacturePrestation extends LigneFacture { public $_specialFields = array( "ordonnance" => array( - "it" => -1 + "i" => -1 ), "produit" => array( "i" => -1 + ), + "quantite" => array( + "i" => -1 )); } \ No newline at end of file diff --git a/class/lignefactureproduit.php b/class/lignefactureproduit.php index 07f9552..1dba18d 100644 --- a/class/lignefactureproduit.php +++ b/class/lignefactureproduit.php @@ -4,7 +4,7 @@ class LigneFactureProduit extends LigneFacture { public $_specialFields = array( "ordonnance" => array( - "it" => -1 + "i" => -1 ), "prestation" => array( "i" => -1 -- GitLab