fix missing column into import
This commit is contained in:
parent
ea19ab96c3
commit
2c26ddb22b
@ -684,7 +684,8 @@ class modSociete extends DolibarrModules
|
|||||||
'sr.domiciliation' => "BankAccountDomiciliation",
|
'sr.domiciliation' => "BankAccountDomiciliation",
|
||||||
'sr.proprio' => "BankAccountOwner",
|
'sr.proprio' => "BankAccountOwner",
|
||||||
'sr.owner_address' => "BankAccountOwnerAddress",
|
'sr.owner_address' => "BankAccountOwnerAddress",
|
||||||
'sr.default_rib' => 'Default'
|
'sr.default_rib' => 'Default',
|
||||||
|
'sr.rum' => 'RUM',
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->import_convertvalue_array[$r] = array(
|
$this->import_convertvalue_array[$r] = array(
|
||||||
@ -712,6 +713,7 @@ class modSociete extends DolibarrModules
|
|||||||
'sr.proprio' => 'name on the bank account',
|
'sr.proprio' => 'name on the bank account',
|
||||||
'sr.owner_address' => 'address of account holder',
|
'sr.owner_address' => 'address of account holder',
|
||||||
'sr.default_rib' => '1 (default account) / 0 (not default)'
|
'sr.default_rib' => '1 (default account) / 0 (not default)'
|
||||||
|
'sr.rum' => 'RUM code'
|
||||||
);
|
);
|
||||||
|
|
||||||
// Import Company Sales representatives
|
// Import Company Sales representatives
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user