2
0
forked from Wavyzz/dolibarr

Fix bad name of trigger

This commit is contained in:
Laurent Destailleur
2019-10-01 11:28:10 +02:00
parent 6ebd060315
commit c7da05e4a1
4 changed files with 6 additions and 6 deletions

View File

@@ -147,7 +147,7 @@ class FormTicket
$extrafields = new ExtraFields($this->db);
$extralabels = $extrafields->fetch_name_optionals_label($ticketstat->table_element);
print "\n<!-- Begin form TICKETSUP -->\n";
print "\n<!-- Begin form TICKET -->\n";
if ($withdolfichehead) dol_fiche_head(null, 'card', '', 0, '');
@@ -837,7 +837,7 @@ class FormTicket
$outputlangs->load('other');
}
print "\n<!-- Begin message_form TICKETSUP -->\n";
print "\n<!-- Begin message_form TICKET -->\n";
$send_email = GETPOST('send_email', 'int') ? GETPOST('send_email', 'int') : 0;