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', 'last_name',
'email', 'email',
'phone', 'phone',
'custom_value1',
'custom_value2',
]); ]);
// translate the country names // translate the country names

View File

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