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

c

parent a3e71348
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,20 @@ class Facture extends Objet
),
"animal" => array(
"t" => "ForeignField"
),
"date_edition" => array(
"label" => "Date d'édition"
),
"date_paiement" => array(
"label" => "Date de paiement",
"i" => -1
),
"moyen_paiement" => array(
"label" => "Moyen de paiement",
"i" => -1
),
"prix_total" => array(
"label" => "Prix total"
));
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