NEW add send context for ticket

This commit is contained in:
lvessiller
2020-09-02 15:33:18 +02:00
parent e4557b3dd3
commit 27c754e6c8
4 changed files with 602 additions and 12 deletions

View File

@@ -1769,6 +1769,14 @@ function email_admin_prepare_head()
$head[$h][2] = 'common_emailing';
$h++;
}
if ($conf->ticket->enabled)
{
$head[$h][0] = DOL_URL_ROOT."/admin/mails_ticket.php";
$head[$h][1] = $langs->trans("OutGoingEmailSetupForEmailing", $langs->transnoentitiesnoconv("Ticket"));
$head[$h][2] = 'common_ticket';
$h++;
}
}
$head[$h][0] = DOL_URL_ROOT."/admin/mails_templates.php";