Loading CHANGELOG.md +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,12 @@ title: "Changements intervenus sur OSE" author: Laurent Lécluse - DSI - Unicaen --- # OSE 8.2.1 ## Correction de bugs * Depuis la 8.2, les RIB SEPA n'étaient jamais considérés comme validés. C'est corrigé. # OSE 8.2 ## Correction de bugs Loading module/Application/src/Application/Validator/RIBValidator.php +1 −1 Original line number Diff line number Diff line Loading @@ -30,6 +30,6 @@ class RIBValidator extends Iban if ($horsSepa) return true; // pas de contrôle si hors SEPA!! parent::isValid($value, $context); return parent::isValid($value, $context); } } No newline at end of file Loading
CHANGELOG.md +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,12 @@ title: "Changements intervenus sur OSE" author: Laurent Lécluse - DSI - Unicaen --- # OSE 8.2.1 ## Correction de bugs * Depuis la 8.2, les RIB SEPA n'étaient jamais considérés comme validés. C'est corrigé. # OSE 8.2 ## Correction de bugs Loading
module/Application/src/Application/Validator/RIBValidator.php +1 −1 Original line number Diff line number Diff line Loading @@ -30,6 +30,6 @@ class RIBValidator extends Iban if ($horsSepa) return true; // pas de contrôle si hors SEPA!! parent::isValid($value, $context); return parent::isValid($value, $context); } } No newline at end of file