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

c

parent 2c92eccd
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