From 36d7ee5d6a55ab970d0b9a10725e4ee60413486b Mon Sep 17 00:00:00 2001 From: = Date: Sun, 24 Jan 2021 21:51:46 +1100 Subject: [PATCH] Small fix for CSV Imports --- app/Import/Definitions/ClientMap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Import/Definitions/ClientMap.php b/app/Import/Definitions/ClientMap.php index 1653b2d42f3e..912f1c415347 100644 --- a/app/Import/Definitions/ClientMap.php +++ b/app/Import/Definitions/ClientMap.php @@ -78,8 +78,8 @@ class ClientMap 16 => 'texts.custom_value', 17 => 'texts.custom_value', 18 => 'texts.custom_value', - 19 => 'texts.address1', - 20 => 'texts.address2', + 19 => 'texts.shipping_address1', + 20 => 'texts.shipping_address2', 21 => 'texts.shipping_city', 22 => 'texts.shipping_state', 23 => 'texts.shipping_postal_code',