Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
1e21c9cd
Commit
1e21c9cd
authored
Aug 26, 2019
by
Laurent Lécluse
Browse files
Correction bug RIB SEPA
parent
9778fe55
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
1e21c9cd
...
...
@@ -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
...
...
module/Application/src/Application/Validator/RIBValidator.php
View file @
1e21c9cd
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment