mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
Small fix for CSV Imports
This commit is contained in:
parent
3fa8158bc3
commit
36d7ee5d6a
@ -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…
Reference in New Issue
Block a user