Fix not empty second level combo if first one not yet defined

This commit is contained in:
Laurent Destailleur 2021-09-17 19:19:41 +02:00
parent 7ed9e21266
commit 68a391b395

View File

@ -761,6 +761,7 @@ class FormTicket
$arrayidused = array();
$arrayidusedconcat = array();
$arraycodenotparent = array();
$arraycodenotparent[] = "";
$stringtoprint = '<span class="supportemailfield bold">'.$langs->trans("GroupOfTicket").'</span> ';
$stringtoprint .= '<select id ="'.$htmlname.'" class="maxwidth500 minwidth400" child_id="0">';