Include multiselect with checkbox check
This commit is contained in:
parent
351bb5c272
commit
073ff3c765
@ -213,7 +213,7 @@ foreach ($hesk_settings['custom_fields'] as $k=>$v)
|
||||
$v['name'] = $hesklang[$v['name']];
|
||||
}
|
||||
|
||||
if ($v['type'] == 'checkbox')
|
||||
if ($v['type'] == 'checkbox' || $v['type'] == 'multiselect')
|
||||
{
|
||||
$tmpvar[$k]='';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user