Added destination country and updated import data functions

This commit is contained in:
2014-06-25 11:33:52 +10:00
parent e64749704e
commit d7b12517b5
6 changed files with 90 additions and 7 deletions

View File

@@ -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(