Include multiselect with checkbox check

merge-requests/2/head
Mike Koch 9 years ago
parent 351bb5c272
commit 073ff3c765

@ -213,7 +213,7 @@ foreach ($hesk_settings['custom_fields'] as $k=>$v)
$v['name'] = $hesklang[$v['name']]; $v['name'] = $hesklang[$v['name']];
} }
if ($v['type'] == 'checkbox') if ($v['type'] == 'checkbox' || $v['type'] == 'multiselect')
{ {
$tmpvar[$k]=''; $tmpvar[$k]='';

Loading…
Cancel
Save