Skip to content

Commit

Permalink
Merge pull request #70 from flegastelois/feature/add_fields_for_Change
Browse files Browse the repository at this point in the history
fix #69 - add support for Change
  • Loading branch information
flegastelois authored Oct 14, 2016
2 parents 2cb1f0b + 4aa3d71 commit 3ddec5a
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 3ddec5a

Please sign in to comment.