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 2c26ddb commit b2b2291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/modSociete.class.php
Expand Up @@ -712,7 +712,7 @@ 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'
);

Expand Down

0 comments on commit b2b2291

Please sign in to comment.