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:
parent
0837243ca0
commit
5c8d91ba6c
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user