Merge pull request #18144 from Hystepik/develop#1

Fix : remove of a button which was forgotten
This commit is contained in:
Laurent Destailleur 2021-07-14 13:50:42 +02:00 committed by GitHub
commit 21f295565a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -710,7 +710,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;