mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for custom contact fields
This commit is contained in:
parent
35694c5808
commit
889388eb9a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user