Skip to content

Commit

Permalink
fix #69 - add support for Change
Browse files Browse the repository at this point in the history
  • Loading branch information
flegastelois committed Oct 14, 2016
1 parent 2cb1f0b commit 4aa3d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/container.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 4aa3d71

Please sign in to comment.