Changed CSV report to include study group session data
This commit is contained in:
@@ -248,7 +248,7 @@ function booking_menu() {
|
||||
);
|
||||
|
||||
$items['admin/booking/csv'] = array(
|
||||
'title' => 'Booking Report',
|
||||
'title' => 'Booking CSV Report',
|
||||
'description' => 'Download a csv of people registered for the current event',
|
||||
'page callback' => 'booking_csv_report',
|
||||
'access arguments' => array('access reports'),
|
||||
|
Reference in New Issue
Block a user