Commit 1e21c9cd authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Correction bug RIB SEPA

parent 9778fe55
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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