add travel summary report
This commit is contained in:
@@ -324,6 +324,14 @@ function booking_menu() {
|
||||
'access arguments' => array('access reports'),
|
||||
'type' => MENU_NORMAL_ITEM,
|
||||
);
|
||||
|
||||
$items['admin/booking/travel'] = array(
|
||||
'title' => 'Travel Summary',
|
||||
'description' => "List people's travel details",
|
||||
'page callback' => 'booking_report_travel',
|
||||
'access arguments' => array('access reports'),
|
||||
'type' => MENU_NORMAL_ITEM,
|
||||
);
|
||||
|
||||
$items['admin/booking/manual-email'] = array(
|
||||
'title' => 'Manually Email People',
|
||||
|
Reference in New Issue
Block a user