Skip to content

Commit

Permalink
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 24, 2020
2 parents 2118c2e + 2a6652f commit aec47b4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions htdocs/core/modules/modSociete.class.php
Expand Up @@ -684,7 +684,9 @@ 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',
'sr.type' => "Type ban is defaut",
);

$this->import_convertvalue_array[$r] = array(
Expand All @@ -711,7 +713,9 @@ public function __construct($db)
'sr.domiciliation' => 'bank branch address eg. "PARIS"',
'sr.proprio' => 'name on the bank account',
'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',
'sr.type' => 'ban',
);

// Import Company Sales representatives
Expand Down

0 comments on commit aec47b4

Please sign in to comment.