summaryrefslogtreecommitdiff
path: root/src/model/Prestations.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2024-06-03 00:04:42 +0200
committerpolo <ordipolo@gmx.fr>2024-06-03 00:04:42 +0200
commit14f68d7d93cd6e498a7d15cf5ce5b227ed0683a7 (patch)
treed42a9ec22ac186ccbd616c33eef0b9654f1cdc4e /src/model/Prestations.php
parent546302cde914a2143f86e6a384cbc5085d55396a (diff)
downloadAppliGestionPHP-14f68d7d93cd6e498a7d15cf5ce5b227ed0683a7.zip
mode de paiement non hydraté quand facture à partir d'un devis
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 88eb4f0..1666018 100644
--- a/src/model/Prestations.php
+++ b/src/model/Prestations.php
@@ -135,7 +135,7 @@ class Prestations extends Model
135 } 135 }
136 public function setCommentaires(string $value) 136 public function setCommentaires(string $value)
137 { 137 {
138 $this->commentaires = $this->cleanSpecialChars($value); // possibilité que $this->commentaires devienne une chaine vide 138 $this->commentaires = $this->cleanSpecialChars($value); // nettoyage ici parce que pas possible ailleurs
139 return $this; 139 return $this;
140 } 140 }
141 public function setNumeroPresta($value) 141 public function setNumeroPresta($value)