diff --git a/htdocs/core/modules/modSociete.class.php b/htdocs/core/modules/modSociete.class.php index 0a231ca7fc1..ae093a25322 100644 --- a/htdocs/core/modules/modSociete.class.php +++ b/htdocs/core/modules/modSociete.class.php @@ -686,6 +686,7 @@ class modSociete extends DolibarrModules 'sr.owner_address' => "BankAccountOwnerAddress", 'sr.default_rib' => 'Default', 'sr.rum' => 'RUM', + 'sr.type' => "Type ban is defaut", ); $this->import_convertvalue_array[$r] = array( @@ -713,7 +714,8 @@ class modSociete extends DolibarrModules 'sr.proprio' => 'name on the bank account', 'sr.owner_address' => 'address of account holder', 'sr.default_rib' => '1 (default account) / 0 (not default)', - 'sr.rum' => 'RUM code' + 'sr.rum' => 'RUM code', + 'sr.type' => 'ban', ); // Import Company Sales representatives