Change url for booking summary page
Add state analytics
This commit is contained in:
@@ -204,7 +204,7 @@ function booking_menu() {
|
||||
$items['admin/booking/summary'] = array(
|
||||
'title' => 'Booking Summary',
|
||||
'description' => 'List people and their payments for the current event',
|
||||
'page callback' => 'booking_report_payments',
|
||||
'page callback' => 'booking_report_summary',
|
||||
'access arguments' => array('access reports'),
|
||||
'type' => MENU_NORMAL_ITEM,
|
||||
);
|
||||
|
Reference in New Issue
Block a user