Progress on variety session form
This commit is contained in:
@@ -202,6 +202,13 @@ function booking_menu() {
|
||||
'access arguments' => array('access booking form'),
|
||||
'type' => MENU_CALLBACK,
|
||||
);
|
||||
$items['variety'] = array(
|
||||
'title' => $bookingTitle . ' Variety Sessions',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_variety_regn_form'),
|
||||
'access arguments' => array('access booking form'),
|
||||
'type' => MENU_NORMAL_ITEM,
|
||||
);
|
||||
|
||||
//Various reports
|
||||
$items['admin/booking/summary'] = array(
|
||||
|
Reference in New Issue
Block a user