Fix not empty second level combo if first one not yet defined
This commit is contained in:
parent
7ed9e21266
commit
68a391b395
@ -761,6 +761,7 @@ class FormTicket
|
|||||||
$arrayidused = array();
|
$arrayidused = array();
|
||||||
$arrayidusedconcat = array();
|
$arrayidusedconcat = array();
|
||||||
$arraycodenotparent = array();
|
$arraycodenotparent = array();
|
||||||
|
$arraycodenotparent[] = "";
|
||||||
|
|
||||||
$stringtoprint = '<span class="supportemailfield bold">'.$langs->trans("GroupOfTicket").'</span> ';
|
$stringtoprint = '<span class="supportemailfield bold">'.$langs->trans("GroupOfTicket").'</span> ';
|
||||||
$stringtoprint .= '<select id ="'.$htmlname.'" class="maxwidth500 minwidth400" child_id="0">';
|
$stringtoprint .= '<select id ="'.$htmlname.'" class="maxwidth500 minwidth400" child_id="0">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user