mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 11:14:31 -04: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',
|
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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user