Skip to content

Commit

Permalink
Add support for licenses; fix #84
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Nov 28, 2016
1 parent 311f1de commit a2150cb
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 @@ -565,6 +565,7 @@ static function getItemtypes() {
'Change' => _n("Change", "Changes", 2),
'TicketRecurrent' => __("Recurrent tickets")),
__("Management") => array(
'SoftwareLicense' => _n("License", "Licenses", 2),
'Budget' => _n("Budget", "Budgets", 2),
'Supplier' => _n("Supplier", "Suppliers", 2),
'Contact' => _n("Contact", "Contacts", 2),
Expand Down

0 comments on commit a2150cb

Please sign in to comment.