summaryrefslogtreecommitdiff
path: root/src/model/entities/Devis.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/entities/Devis.php')
-rw-r--r--src/model/entities/Devis.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/entities/Devis.php b/src/model/entities/Devis.php
index 7383410..99589e7 100644
--- a/src/model/entities/Devis.php
+++ b/src/model/entities/Devis.php
@@ -79,6 +79,7 @@ class Devis
79 "Pièces:" => $this->pieces, 79 "Pièces:" => $this->pieces,
80 "Total des pièces:" => $this->total_pieces, 80 "Total des pièces:" => $this->total_pieces,
81 "Déplacement:" => $this->deplacement, 81 "Déplacement:" => $this->deplacement,
82 "Prix du devis:" => $this->prix_devis,
82 "Total HT:" => $this->total_HT, 83 "Total HT:" => $this->total_HT,
83 "Delai de livraison:" => $this->delai_livraison, 84 "Delai de livraison:" => $this->delai_livraison,
84 "Durée de validité:" => $this->validite_devis, 85 "Durée de validité:" => $this->validite_devis,