Clean code to make option TICKET_NOTIFICATION_EMAIL_TO easier to

understand
This commit is contained in:
Laurent Destailleur
2020-04-15 12:57:33 +02:00
parent f2e90c6657
commit e26124bf84
6 changed files with 10 additions and 13 deletions

View File

@@ -354,7 +354,7 @@ class FormTicket
{
$formproject = new FormProjets($this->db);
print '<tr><td><label for="project"><span class="">'.$langs->trans("Project").'</span></label></td><td>';
print $formproject->select_projects(-1, GETPOST('projectid', 'int'), 'projectid', 0, 0, 1, 1);
print $formproject->select_projects(-1, GETPOST('projectid', 'int'), 'projectid', 0, 0, 1, 1, 0, 0, 0, '', 0, 0, 'maxwidth500');
print '</td></tr>';
}