From bdfc18452cfa95d0d832942789ffecb9e009732f Mon Sep 17 00:00:00 2001 From: clement <clemmercier45@gmail.com> Date: Thu, 19 Jun 2014 02:31:37 +0200 Subject: [PATCH] c --- class/lignefactureordonnance | 9 +++++++++ class/lignefactureprestation.php | 9 +++++++++ class/lignefactureproduit.php | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/class/lignefactureordonnance b/class/lignefactureordonnance index 22a89b3..b667992 100644 --- a/class/lignefactureordonnance +++ b/class/lignefactureordonnance @@ -6,10 +6,19 @@ class LigneFactureOrdonnance extends LigneFacture "prestation" => array( "i" => -1 ), + "ordonnance" => array( + "t" => "ForeignField" + ), "produit" => array( "i" => -1 ), "quantite" => array( "i" => -1 + ), + "facture" => array( + "i" => -1 + ), + "remise" => array( + "i" => 10 )); } \ No newline at end of file diff --git a/class/lignefactureprestation.php b/class/lignefactureprestation.php index 14d32fe..efbf18b 100644 --- a/class/lignefactureprestation.php +++ b/class/lignefactureprestation.php @@ -9,8 +9,17 @@ class LigneFacturePrestation extends LigneFacture "produit" => array( "i" => -1 ), + "prestation" => array( + "t" => "ForeignField" + ), "quantite" => array( "i" => -1 + ), + "facture" => array( + "i" => -1 + ), + "remise" => array( + "i" => 10 )); } \ No newline at end of file diff --git a/class/lignefactureproduit.php b/class/lignefactureproduit.php index 1dba18d..a32aebb 100644 --- a/class/lignefactureproduit.php +++ b/class/lignefactureproduit.php @@ -6,7 +6,16 @@ class LigneFactureProduit extends LigneFacture "ordonnance" => array( "i" => -1 ), + "produit" => array( + "t" => "ForeignField" + ), "prestation" => array( "i" => -1 + ), + "facture" => array( + "i" => -1 + ), + "remise" => array( + "i" => 10 )); } \ No newline at end of file -- GitLab