Skip to content

Commit

Permalink
fix missing column into import
Browse files Browse the repository at this point in the history
  • Loading branch information
florian HENRY committed Feb 24, 2020
1 parent ea19ab9 commit 2c26ddb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion htdocs/core/modules/modSociete.class.php
Expand Up @@ -684,7 +684,8 @@ public function __construct($db)
'sr.domiciliation' => "BankAccountDomiciliation",
'sr.proprio' => "BankAccountOwner",
'sr.owner_address' => "BankAccountOwnerAddress",
'sr.default_rib' => 'Default'
'sr.default_rib' => 'Default',
'sr.rum' => 'RUM',
);

$this->import_convertvalue_array[$r] = array(
Expand Down Expand Up @@ -712,6 +713,7 @@ public function __construct($db)
'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'
);
// Import Company Sales representatives
Expand Down

0 comments on commit 2c26ddb

Please sign in to comment.