From 14f68d7d93cd6e498a7d15cf5ce5b227ed0683a7 Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 3 Jun 2024 00:04:42 +0200 Subject: =?UTF-8?q?mode=20de=20paiement=20non=20hydrat=C3=A9=20quand=20fac?= =?UTF-8?q?ture=20=C3=A0=20partir=20d'un=20devis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 88eb4f0..1666018 100644 --- a/src/model/Prestations.php +++ b/src/model/Prestations.php @@ -135,7 +135,7 @@ class Prestations extends Model } public function setCommentaires(string $value) { - $this->commentaires = $this->cleanSpecialChars($value); // possibilité que $this->commentaires devienne une chaine vide + $this->commentaires = $this->cleanSpecialChars($value); // nettoyage ici parce que pas possible ailleurs return $this; } public function setNumeroPresta($value) -- cgit v1.2.3