diff options
| author | polo <ordipolo@gmx.fr> | 2024-06-03 00:04:42 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2024-06-03 00:04:42 +0200 |
| commit | 14f68d7d93cd6e498a7d15cf5ce5b227ed0683a7 (patch) | |
| tree | d42a9ec22ac186ccbd616c33eef0b9654f1cdc4e /src/model/Prestations.php | |
| parent | 546302cde914a2143f86e6a384cbc5085d55396a (diff) | |
| download | AppliGestionPHP-14f68d7d93cd6e498a7d15cf5ce5b227ed0683a7.tar.gz AppliGestionPHP-14f68d7d93cd6e498a7d15cf5ce5b227ed0683a7.tar.bz2 AppliGestionPHP-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.php | 2 |
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) |
