try hard coding preselection types for manual email form
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user