summaryrefslogtreecommitdiff
path: root/src/model/Prestations.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2023-09-03 02:45:17 +0200
committerpolo <ordipolo@gmx.fr>2023-09-03 02:45:17 +0200
commit78439b6a178e238ab8fb73d25567a85df78d6681 (patch)
tree219181bc81bff750d9ec3a44c5ccb2a3028694e4 /src/model/Prestations.php
parent45262760a7d575a9d612cc2056e66bf105e43df8 (diff)
downloadAppliGestionPHP-78439b6a178e238ab8fb73d25567a85df78d6681.zip
section 3 prestas non vendues
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)