Skip to content
Snippets Groups Projects
Commit 5483b5cd authored by cortylal's avatar cortylal
Browse files

Merge branch 'master' of gitlab.utc.fr:nf17-camp-p14/clivi

parents de1cd8ff 936c48aa
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.
Finish editing this message first!
Please register or to comment