Change url for booking summary page

Add state analytics
This commit is contained in:
2013-09-30 12:13:24 +10:00
parent 1598a272c4
commit 264dcbc475
2 changed files with 21 additions and 15 deletions

View File

@@ -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,
);