Fixing style errors.

This commit is contained in:
stickler-ci 2021-07-12 14:15:28 +00:00
parent cfb03f065c
commit 5b1525e77c

View File

@ -697,7 +697,7 @@ class FormTicket
}
if ($num_rows_level0 == 1) {
return '<input type="hidden" name="'.$htmlname.'" id="'.$htmlname.'" value="'.dol_escape_htmltag($groupvalue).'">';
}else{
} else {
$stringtoprint .= '<input type="hidden" name="'.$htmlname.'" id="'.$htmlname.'_select" class="maxwidth500 minwidth400">';
$stringtoprint .= '<input type="hidden" name="'.$htmlname.'_child_id" id="'.$htmlname.'_select_child_id" class="maxwidth500 minwidth400">';
}