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

c

parent 4081fb5a
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,12 @@ class LigneFactureOrdonnance extends LigneFacture ...@@ -4,9 +4,12 @@ class LigneFactureOrdonnance extends LigneFacture
{ {
public $_specialFields = array( public $_specialFields = array(
"prestation" => array( "prestation" => array(
"it" => -1 "i" => -1
), ),
"produit" => array( "produit" => array(
"i" => -1 "i" => -1
),
"quantite" => array(
"i" => -1
)); ));
} }
\ No newline at end of file
...@@ -4,10 +4,13 @@ class LigneFacturePrestation extends LigneFacture ...@@ -4,10 +4,13 @@ class LigneFacturePrestation extends LigneFacture
{ {
public $_specialFields = array( public $_specialFields = array(
"ordonnance" => array( "ordonnance" => array(
"it" => -1 "i" => -1
), ),
"produit" => array( "produit" => array(
"i" => -1 "i" => -1
),
"quantite" => array(
"i" => -1
)); ));
} }
\ No newline at end of file
...@@ -4,7 +4,7 @@ class LigneFactureProduit extends LigneFacture ...@@ -4,7 +4,7 @@ class LigneFactureProduit extends LigneFacture
{ {
public $_specialFields = array( public $_specialFields = array(
"ordonnance" => array( "ordonnance" => array(
"it" => -1 "i" => -1
), ),
"prestation" => array( "prestation" => array(
"i" => -1 "i" => -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment