try hard coding preselection types for manual email form

This commit is contained in:
2016-05-26 22:13:08 +10:00
parent 7beffef6a9
commit 5427bd6020
2 changed files with 14 additions and 5 deletions

View File

@@ -296,6 +296,15 @@ function booking_menu() {
'type' => MENU_NORMAL_ITEM,
);
$items['admin/booking/manual-email/%'] = array(
'title' => 'Manually Email People',
'description' => 'Send manual email to registered people with preselected values',
'page callback' => 'booking_manual_email',
'page arguments' => array(3),
'access arguments' => array('access administration pages'),
//'type' => MENU_NORMAL_ITEM,
);
$items['admin/booking/manual-payments'] = array(
'title' => 'Manual Payment Processing',
'description' => 'Manually process peoples payments',