fix: rename select_tickets into selectTickets
This commit is contained in:
parent
ce9bd51cb2
commit
d8db447112
@ -1054,7 +1054,7 @@ if ($type == Categorie::TYPE_TICKET) {
|
||||
print '<table class="noborder centpercent">';
|
||||
print '<tr class="liste_titre"><td>';
|
||||
print $langs->trans("AddTicketIntoCategory").' ';
|
||||
$form->select_tickets('', 'elemid');
|
||||
$form->selectTickets('', 'elemid');
|
||||
print '<input type="submit" class="button buttongen" value="'.$langs->trans("ClassifyInCategory").'"></td>';
|
||||
print '</tr>';
|
||||
print '</table>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user