Add custom user fields

This commit is contained in:
Hillel Coren 2021-10-11 08:39:05 +03:00
parent 32a629b34e
commit 47a9bf123d
1 changed files with 5 additions and 1 deletions

View File

@ -592,7 +592,6 @@ class HelpPanel extends StatelessWidget {
'group_counter', 'group_counter',
'year', 'year',
'date:format', 'date:format',
'user_id',
'client_number', 'client_number',
'client_id_number', 'client_id_number',
'client_custom1', 'client_custom1',
@ -605,6 +604,11 @@ class HelpPanel extends StatelessWidget {
'vendor_custom2', 'vendor_custom2',
'vendor_custom3', 'vendor_custom3',
'vendor_custom4', 'vendor_custom4',
'user_id',
'user_custom1',
'user_custom2',
'user_custom3',
'user_custom4',
]; ];
return FormCard( return FormCard(