Fix for custom contact fields
This commit is contained in:
parent
35694c5808
commit
889388eb9a
1 changed files with 2 additions and 0 deletions
|
|
@ -111,6 +111,8 @@ class ClientPortalController extends BaseController
|
|||
'last_name',
|
||||
'email',
|
||||
'phone',
|
||||
'custom_value1',
|
||||
'custom_value2',
|
||||
]);
|
||||
|
||||
// translate the country names
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue