From 105025dd57675529674ab5f96660dc4dfa694995 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 12 Jul 2021 08:18:17 +1000 Subject: [PATCH] All client.phone import --- app/Import/Definitions/ClientMap.php | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/app/Import/Definitions/ClientMap.php b/app/Import/Definitions/ClientMap.php index f19e3d0f7c87..44a0394ed167 100644 --- a/app/Import/Definitions/ClientMap.php +++ b/app/Import/Definitions/ClientMap.php @@ -45,14 +45,15 @@ class ClientMap 26 => 'client.vat_number', 27 => 'client.id_number', 28 => 'client.public_notes', - 29 => 'contact.first_name', - 30 => 'contact.last_name', - 31 => 'contact.email', - 32 => 'contact.phone', - 33 => 'contact.custom_value1', - 34 => 'contact.custom_value2', - 35 => 'contact.custom_value3', - 36 => 'contact.custom_value4', + 29 => 'client.phone', + 30 => 'contact.first_name', + 31 => 'contact.last_name', + 32 => 'contact.email', + 33 => 'contact.phone', + 34 => 'contact.custom_value1', + 35 => 'contact.custom_value2', + 36 => 'contact.custom_value3', + 37 => 'contact.custom_value4', ]; } @@ -88,14 +89,15 @@ class ClientMap 26 => 'texts.vat_number', 27 => 'texts.id_number', 28 => 'texts.public_notes', - 29 => 'texts.first_name', - 30 => 'texts.last_name', - 31 => 'texts.email', - 32 => 'texts.phone', - 33 => 'texts.custom_value', + 29 => 'texts.client_phone', + 30 => 'texts.first_name', + 31 => 'texts.last_name', + 32 => 'texts.email', + 33 => 'texts.phone', 34 => 'texts.custom_value', 35 => 'texts.custom_value', 36 => 'texts.custom_value', + 37 => 'texts.custom_value', ]; } }