From 5c8d91ba6c817bd8215f935f672a38559251b20d Mon Sep 17 00:00:00 2001 From: Yaacov Akiba Slama Date: Fri, 12 Nov 2021 12:46:18 +0200 Subject: [PATCH] BankAccountNumber is not required. The IBAN can contain all the needed information. So there is no reason for the account number to be required --- htdocs/core/modules/modSociete.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/modSociete.class.php b/htdocs/core/modules/modSociete.class.php index ca5b484499a..60e593cf3f1 100644 --- a/htdocs/core/modules/modSociete.class.php +++ b/htdocs/core/modules/modSociete.class.php @@ -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",