From 4aa3d71729b67754944f2455e10b2180d0ad3fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Legastelois?= Date: Fri, 14 Oct 2016 11:38:08 +0200 Subject: [PATCH] fix #69 - add support for Change --- inc/container.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/container.class.php b/inc/container.class.php index fae7b0fb..8e844551 100644 --- a/inc/container.class.php +++ b/inc/container.class.php @@ -562,6 +562,7 @@ static function getItemtypes() { __("Assistance") => array( 'Ticket' => _n("Ticket", "Tickets", 2), 'Problem' => _n("Problem", "Problems", 2), + 'Change' => _n("Change", "Changes", 2), 'TicketRecurrent' => __("Recurrent tickets")), __("Management") => array( 'Budget' => _n("Budget", "Budgets", 2),