From 2c26ddb22b2396078ee67ba129d4f3b444b66343 Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Mon, 24 Feb 2020 15:11:14 +0100 Subject: [PATCH] fix missing column into import --- htdocs/core/modules/modSociete.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/core/modules/modSociete.class.php b/htdocs/core/modules/modSociete.class.php index 2cc525bd8aa1c..1e567c3acd6f8 100644 --- a/htdocs/core/modules/modSociete.class.php +++ b/htdocs/core/modules/modSociete.class.php @@ -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( @@ -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