Skip to content
Snippets Groups Projects
Commit bdfc1845 authored by clement's avatar clement
Browse files

c

parent 936c48aa
Branches
No related tags found
No related merge requests found
...@@ -6,10 +6,19 @@ class LigneFactureOrdonnance extends LigneFacture ...@@ -6,10 +6,19 @@ class LigneFactureOrdonnance extends LigneFacture
"prestation" => array( "prestation" => array(
"i" => -1 "i" => -1
), ),
"ordonnance" => array(
"t" => "ForeignField"
),
"produit" => array( "produit" => array(
"i" => -1 "i" => -1
), ),
"quantite" => array( "quantite" => array(
"i" => -1 "i" => -1
),
"facture" => array(
"i" => -1
),
"remise" => array(
"i" => 10
)); ));
} }
\ No newline at end of file
...@@ -9,8 +9,17 @@ class LigneFacturePrestation extends LigneFacture ...@@ -9,8 +9,17 @@ class LigneFacturePrestation extends LigneFacture
"produit" => array( "produit" => array(
"i" => -1 "i" => -1
), ),
"prestation" => array(
"t" => "ForeignField"
),
"quantite" => array( "quantite" => array(
"i" => -1 "i" => -1
),
"facture" => array(
"i" => -1
),
"remise" => array(
"i" => 10
)); ));
} }
\ No newline at end of file
...@@ -6,7 +6,16 @@ class LigneFactureProduit extends LigneFacture ...@@ -6,7 +6,16 @@ class LigneFactureProduit extends LigneFacture
"ordonnance" => array( "ordonnance" => array(
"i" => -1 "i" => -1
), ),
"produit" => array(
"t" => "ForeignField"
),
"prestation" => array( "prestation" => array(
"i" => -1 "i" => -1
),
"facture" => array(
"i" => -1
),
"remise" => array(
"i" => 10
)); ));
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment