1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Merge custom contact field fix

This commit is contained in:
Hillel Coren 2018-01-15 22:51:16 +02:00
parent c30547a331
commit e5abaeaadc
2 changed files with 4 additions and 0 deletions

View File

@ -111,6 +111,8 @@ class ClientPortalController extends BaseController
'last_name',
'email',
'phone',
'custom_value1',
'custom_value2',
]);
// translate the country names

View File

@ -972,6 +972,8 @@ class Invoice extends EntityModel implements BalanceAffecting
'custom_value2',
'custom_client_label1',
'custom_client_label2',
'custom_contact_label1',
'custom_contact_label2',
'primary_color',
'secondary_color',
'hide_quantity',