From 2c26ddb22b2396078ee67ba129d4f3b444b66343 Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Mon, 24 Feb 2020 15:11:14 +0100 Subject: [PATCH 1/3] 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 2cc525bd8aa..1e567c3acd6 100644 --- a/htdocs/core/modules/modSociete.class.php +++ b/htdocs/core/modules/modSociete.class.php @@ -684,7 +684,8 @@ class modSociete extends DolibarrModules '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 @@ class modSociete extends DolibarrModules '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 From b2b229111756876f6e9e5bdf6dbd8e8fcd7643d7 Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Mon, 24 Feb 2020 15:12:26 +0100 Subject: [PATCH 2/3] fix missing column into import --- htdocs/core/modules/modSociete.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/modSociete.class.php b/htdocs/core/modules/modSociete.class.php index 1e567c3acd6..0a231ca7fc1 100644 --- a/htdocs/core/modules/modSociete.class.php +++ b/htdocs/core/modules/modSociete.class.php @@ -712,7 +712,7 @@ class modSociete extends DolibarrModules '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' ); From 9f8166ed37f31a78f910e1005bfe4edc3d1065ef Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Mon, 24 Feb 2020 15:14:01 +0100 Subject: [PATCH 3/3] 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 0a231ca7fc1..ae093a25322 100644 --- a/htdocs/core/modules/modSociete.class.php +++ b/htdocs/core/modules/modSociete.class.php @@ -686,6 +686,7 @@ class modSociete extends DolibarrModules 'sr.owner_address' => "BankAccountOwnerAddress", 'sr.default_rib' => 'Default', 'sr.rum' => 'RUM', + 'sr.type' => "Type ban is defaut", ); $this->import_convertvalue_array[$r] = array( @@ -713,7 +714,8 @@ class modSociete extends DolibarrModules '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' + 'sr.rum' => 'RUM code', + 'sr.type' => 'ban', ); // Import Company Sales representatives