Room allocation report
This commit is contained in:
@@ -400,6 +400,14 @@ function booking_menu() {
|
||||
'access arguments' => array("view room allocations"),
|
||||
'type' => MENU_NORMAL_ITEM,
|
||||
);
|
||||
|
||||
$items['admin/booking/rooms/report'] = array(
|
||||
'title' => 'View All Room Allocations',
|
||||
'description' => 'View All Room Allocations',
|
||||
'page callback' => 'booking_roomallocations_view_summary',
|
||||
'access arguments' => array("view room allocations"),
|
||||
'type' => MENU_LOCAL_ACTION,
|
||||
);
|
||||
|
||||
$items['admin/booking/rooms/%/assign'] = array(
|
||||
'title' => 'Assign Rooms',
|
||||
|
Reference in New Issue
Block a user