diff --git a/class/facture.php b/class/facture.php index 5fc9eef7c7557ce077afacbf6e602dd07e80043a..d274878d7a732cdf61b65a6d282e71f0271b92f4 100644 --- a/class/facture.php +++ b/class/facture.php @@ -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()