Small fix for CSV Imports

This commit is contained in:
= 2021-01-24 21:51:46 +11:00
parent 3fa8158bc3
commit 36d7ee5d6a

View File

@ -78,8 +78,8 @@ class ClientMap
16 => 'texts.custom_value', 16 => 'texts.custom_value',
17 => 'texts.custom_value', 17 => 'texts.custom_value',
18 => 'texts.custom_value', 18 => 'texts.custom_value',
19 => 'texts.address1', 19 => 'texts.shipping_address1',
20 => 'texts.address2', 20 => 'texts.shipping_address2',
21 => 'texts.shipping_city', 21 => 'texts.shipping_city',
22 => 'texts.shipping_state', 22 => 'texts.shipping_state',
23 => 'texts.shipping_postal_code', 23 => 'texts.shipping_postal_code',