Fix : remove of a button which was forgotten

This commit is contained in:
lmarcouiller 2021-07-13 15:17:01 +02:00
parent e755d68b06
commit 9a12b5e424

View File

@ -701,7 +701,6 @@ class FormTicket
$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">';
}
$stringtoprint .= '<input type="submit" value="Envoyer le formulaire">';
$stringtoprint .= '</select>&nbsp;';
$levelid = 1;