1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

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',
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',