Skip to content

Commit

Permalink
Add missing PDU links
Browse files Browse the repository at this point in the history
fixes #6369
  • Loading branch information
cconard96 authored and trasher committed Oct 1, 2019
1 parent 3257c81 commit 7dabe27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/define.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
$CFG_GLPI["contract_types"] = array_merge(['Computer', 'Monitor', 'NetworkEquipment',
'Peripheral', 'Phone', 'Printer', 'Project', 'Line',
'Software', 'SoftwareLicense', 'Certificate',
'DCRoom', 'Rack', 'Enclosure'],
'DCRoom', 'Rack', 'Enclosure', 'PDU'],
$CFG_GLPI['itemdevices']);

$CFG_GLPI["report_types"] = ['Computer', 'Monitor', 'NetworkEquipment',
Expand Down Expand Up @@ -287,7 +287,7 @@
$CFG_GLPI["ticket_types"] = ['Computer', 'Monitor', 'NetworkEquipment',
'Peripheral', 'Phone', 'Printer', 'Software',
'SoftwareLicense', 'Certificate',
'Line', 'DCRoom', 'Rack', 'Enclosure'];
'Line', 'DCRoom', 'Rack', 'Enclosure', 'PDU'];

$CFG_GLPI["link_types"] = ['Budget', 'CartridgeItem', 'Computer',
'ConsumableItem', 'Contact', 'Contract', 'Monitor',
Expand Down

0 comments on commit 7dabe27

Please sign in to comment.