Skip to content

Commit

Permalink
reservable racks
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Nov 23, 2023
1 parent 6b8fa42 commit 2d18921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion inc/define.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
];

$CFG_GLPI["reservation_types"] = ['Computer', 'Monitor', 'NetworkEquipment',
'Peripheral', 'Phone', 'Printer', 'Software'
'Peripheral', 'Phone', 'Printer', 'Software', 'Rack'
];

$CFG_GLPI["linkuser_types"] = ['Computer', 'Monitor', 'NetworkEquipment',
Expand Down
1 change: 1 addition & 0 deletions src/Rack.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public function defineTabs($options = [])
->addStandardTab('Ticket', $ong, $options)
->addStandardTab('Item_Problem', $ong, $options)
->addStandardTab('Change_Item', $ong, $options)
->addStandardTab('Reservation', $ong, $options)
->addStandardTab('Log', $ong, $options);
return $ong;
}
Expand Down

0 comments on commit 2d18921

Please sign in to comment.