Small fix for CSV Imports
This commit is contained in:
parent
3fa8158bc3
commit
36d7ee5d6a
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue