mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-05 11:10:16 -04:00
Merge custom contact field fix
This commit is contained in:
parent
c30547a331
commit
e5abaeaadc
@ -111,6 +111,8 @@ class ClientPortalController extends BaseController
|
|||||||
'last_name',
|
'last_name',
|
||||||
'email',
|
'email',
|
||||||
'phone',
|
'phone',
|
||||||
|
'custom_value1',
|
||||||
|
'custom_value2',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// translate the country names
|
// translate the country names
|
||||||
|
@ -972,6 +972,8 @@ class Invoice extends EntityModel implements BalanceAffecting
|
|||||||
'custom_value2',
|
'custom_value2',
|
||||||
'custom_client_label1',
|
'custom_client_label1',
|
||||||
'custom_client_label2',
|
'custom_client_label2',
|
||||||
|
'custom_contact_label1',
|
||||||
|
'custom_contact_label2',
|
||||||
'primary_color',
|
'primary_color',
|
||||||
'secondary_color',
|
'secondary_color',
|
||||||
'hide_quantity',
|
'hide_quantity',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user