fix missing column into import

This commit is contained in:
florian HENRY 2020-02-24 15:14:01 +01:00
parent b2b2291117
commit 9f8166ed37

View File

@ -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