BankAccountNumber is not required.

The IBAN can contain all the needed information. So there is no reason for
the account number to be required
This commit is contained in:
Yaacov Akiba Slama 2021-11-12 12:46:18 +02:00
parent 0837243ca0
commit 5c8d91ba6c

View File

@ -757,7 +757,7 @@ class modSociete extends DolibarrModules
'sr.bank' => "Bank",
'sr.code_banque' => "BankCode",
'sr.code_guichet' => "DeskCode",
'sr.number' => "BankAccountNumber*",
'sr.number' => "BankAccountNumber",
'sr.cle_rib' => "BankAccountNumberKey",
'sr.bic' => "BIC",
'sr.iban_prefix' => "IBAN",