summaryrefslogtreecommitdiff
path: root/src/model/Prestations.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/Prestations.php')
-rw-r--r--src/model/Prestations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/Prestations.php b/src/model/Prestations.php
index e9ba7a1..54ad4b7 100644
--- a/src/model/Prestations.php
+++ b/src/model/Prestations.php
@@ -59,7 +59,7 @@ class Prestations extends Model
59 "Numéro prestation:" => end($code_presta_tableau), // dernière case 59 "Numéro prestation:" => end($code_presta_tableau), // dernière case
60 "Date:" => $Date->getDate(), 60 "Date:" => $Date->getDate(),
61 //"Type de Presta:" => $this->type_presta, // choix impossible pour le moment 61 //"Type de Presta:" => $this->type_presta, // choix impossible pour le moment
62 "Mode de paiement:" => $this->mode_paiement, 62 "Mode de paiement:" => $this->mode_paiement, // non pertinent pour un devis
63 "Commentaires:" => $this->commentaires]; 63 "Commentaires:" => $this->commentaires];
64 } 64 }
65 public function set(string $entry, string $input) 65 public function set(string $entry, string $input)