From 3fdce4eb58f36159f110bb348faaaf95e77d3c53 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 28 Oct 2024 18:09:55 +0100 Subject: [PATCH] Close #31101 --- htdocs/ticket/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/ticket/card.php b/htdocs/ticket/card.php index 8c7f0946676..ff03f022325 100644 --- a/htdocs/ticket/card.php +++ b/htdocs/ticket/card.php @@ -978,7 +978,7 @@ if ($action == 'create' || $action == 'presend') { } $morehtmlref .= $form->form_thirdparty($url_page_current.'?track_id='.$object->track_id, $object->socid, $action == 'editcustomer' ? 'editcustomer' : 'none', '', 1, 0, 0, array(), 1); if (!empty($object->socid)) { - $morehtmlref .= ' - '.img_picto($langs->trans("Tickets"), 'ticket', 'class="pictofixedwidth"').' '.$langs->trans("TicketHistory").''; + $morehtmlref .= ' - '.img_picto($langs->trans("Tickets"), 'ticket', 'class="pictofixedwidth"').' '.$langs->trans("TicketHistory").''; } }