Changed CSV report to include study group session data

This commit is contained in:
2014-01-30 23:16:38 +11:00
parent 50dae61740
commit 86aea0ee49
6 changed files with 42 additions and 10 deletions

View File

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