Skip to content

Commit

Permalink
Fix trans
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 16, 2018
1 parent 41605ed commit e5f2fbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions htdocs/core/lib/ticket.lib.php
Expand Up @@ -105,6 +105,11 @@ function ticket_prepare_head($object)
// History
$head[$h][0] = DOL_URL_ROOT.'/ticket/history.php?track_id=' . $object->track_id;
$head[$h][1] = $langs->trans('Events');
if (! empty($conf->agenda->enabled) && (!empty($user->rights->agenda->myactions->read) || !empty($user->rights->agenda->allactions->read) ))
{
$head[$h][1].= '/';
$head[$h][1].= $langs->trans("Agenda");
}
$head[$h][2] = 'tabTicketLogs';
$h++;

Expand Down

0 comments on commit e5f2fbf

Please sign in to comment.