fix missing column into import
This commit is contained in:
parent
b2b2291117
commit
9f8166ed37
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user