Skip to content
Snippets Groups Projects
Commit 1e21c9cd authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Correction bug RIB SEPA

parent 9778fe55
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment