From 1177e86f2e2cde9ecb9ed0be9514cbfbad291ff1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 16 Sep 2021 14:46:14 +0200 Subject: [PATCH] Fix language of group of tickets --- htdocs/core/class/html.formticket.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/html.formticket.class.php b/htdocs/core/class/html.formticket.class.php index f99d12c018e..fd2a2b65052 100644 --- a/htdocs/core/class/html.formticket.class.php +++ b/htdocs/core/class/html.formticket.class.php @@ -610,6 +610,7 @@ class FormTicket if (empty($outputlangs)) { $outputlangs = $langs; } + $outputlangs->load("tickets"); $ticketstat = new Ticket($this->db); $ticketstat->loadCacheCategoriesTickets();