mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
All client.phone import
This commit is contained in:
parent
9756380ba1
commit
105025dd57
@ -45,14 +45,15 @@ class ClientMap
|
||||
26 => 'client.vat_number',
|
||||
27 => 'client.id_number',
|
||||
28 => 'client.public_notes',
|
||||
29 => 'contact.first_name',
|
||||
30 => 'contact.last_name',
|
||||
31 => 'contact.email',
|
||||
32 => 'contact.phone',
|
||||
33 => 'contact.custom_value1',
|
||||
34 => 'contact.custom_value2',
|
||||
35 => 'contact.custom_value3',
|
||||
36 => 'contact.custom_value4',
|
||||
29 => 'client.phone',
|
||||
30 => 'contact.first_name',
|
||||
31 => 'contact.last_name',
|
||||
32 => 'contact.email',
|
||||
33 => 'contact.phone',
|
||||
34 => 'contact.custom_value1',
|
||||
35 => 'contact.custom_value2',
|
||||
36 => 'contact.custom_value3',
|
||||
37 => 'contact.custom_value4',
|
||||
];
|
||||
}
|
||||
|
||||
@ -88,14 +89,15 @@ class ClientMap
|
||||
26 => 'texts.vat_number',
|
||||
27 => 'texts.id_number',
|
||||
28 => 'texts.public_notes',
|
||||
29 => 'texts.first_name',
|
||||
30 => 'texts.last_name',
|
||||
31 => 'texts.email',
|
||||
32 => 'texts.phone',
|
||||
33 => 'texts.custom_value',
|
||||
29 => 'texts.client_phone',
|
||||
30 => 'texts.first_name',
|
||||
31 => 'texts.last_name',
|
||||
32 => 'texts.email',
|
||||
33 => 'texts.phone',
|
||||
34 => 'texts.custom_value',
|
||||
35 => 'texts.custom_value',
|
||||
36 => 'texts.custom_value',
|
||||
37 => 'texts.custom_value',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user