Added destination country and updated import data functions
This commit is contained in:
@@ -210,6 +210,14 @@ function booking_menu() {
|
||||
//'type' => MENU_LOCAL_TASK,
|
||||
);
|
||||
|
||||
//one off internal tasks
|
||||
$items['admin/booking/luckynumbers'] = array(
|
||||
'title' => 'Booking Generate Lucky Numbers',
|
||||
'description' => 'Calculate lucky numbers for lanyard',
|
||||
'page callback' => 'booking_generate_luckynumbers',
|
||||
'access arguments' => array('edit bookings'),
|
||||
'type' => MENU_CALLBACK,
|
||||
);
|
||||
|
||||
//pages for attendees to fill out information
|
||||
$items['booking'] = array(
|
||||
|
Reference in New Issue
Block a user