From 66ac176fe42832450e44ed9d89f0298f7ce87ece Mon Sep 17 00:00:00 2001
From: clement <clemmercier45@gmail.com>
Date: Thu, 19 Jun 2014 00:18:28 +0200
Subject: [PATCH] c

---
 class/facture.php | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

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