Fix verif
This commit is contained in:
parent
15bcbc8b43
commit
5f401839d6
@ -1349,7 +1349,7 @@ class Account extends CommonObject
|
|||||||
|
|
||||||
// Call function to check BAN
|
// Call function to check BAN
|
||||||
|
|
||||||
if (! checkIbanForAccount($bac) || ! checkSwiftForAccount($bac))
|
if (! checkIbanForAccount($this) || ! checkSwiftForAccount($this))
|
||||||
{
|
{
|
||||||
$this->error_number = 12;
|
$this->error_number = 12;
|
||||||
$this->error_message = 'IBANSWIFTControlError';
|
$this->error_message = 'IBANSWIFTControlError';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user