From 78439b6a178e238ab8fb73d25567a85df78d6681 Mon Sep 17 00:00:00 2001 From: polo Date: Sun, 3 Sep 2023 02:45:17 +0200 Subject: section 3 prestas non vendues --- src/model/Prestations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model/Prestations.php') 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 "Numéro prestation:" => end($code_presta_tableau), // dernière case "Date:" => $Date->getDate(), //"Type de Presta:" => $this->type_presta, // choix impossible pour le moment - "Mode de paiement:" => $this->mode_paiement, + "Mode de paiement:" => $this->mode_paiement, // non pertinent pour un devis "Commentaires:" => $this->commentaires]; } public function set(string $entry, string $input) -- cgit v1.2.3