Skip to content
Snippets Groups Projects
Commit 082dc40e authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

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

parents 244509b1 5e68c707
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,8 @@ class Facture extends Objet
"t" => "ForeignField"
),
"date_edition" => array(
"label" => "Date d'édition"
"label" => "Date d'édition",
"i" => 8
),
"date_paiement" => array(
"label" => "Date de paiement",
......@@ -28,7 +29,8 @@ class Facture extends Objet
"i" => -1
),
"prix_total" => array(
"label" => "Prix total"
"label" => "Prix total",
"i" => 9
));
public function id()
......
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