re-enable option
This commit is contained in:
@@ -119,11 +119,9 @@ function booking_manual_email_form($form, &$form_state, $input_option = "")
|
||||
}
|
||||
$options[$data->nid]['group_roles'] = $group_text;
|
||||
}
|
||||
/*
|
||||
if ($preselected == 'unpaid') {
|
||||
if ($input_option == 'unpaid') {
|
||||
$values[$data->nid] = ($data->booking_payment_complete == 'Y' || $data->booking_status != 1) ? FALSE : TRUE;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
$form['table'] = array (
|
||||
@@ -131,7 +129,8 @@ function booking_manual_email_form($form, &$form_state, $input_option = "")
|
||||
//'#multiple' => TRUE,
|
||||
'#header' => $header,
|
||||
'#options' => $options,
|
||||
'#default_value' => array("1814" => TRUE),
|
||||
//'#default_value' => array("1814" => TRUE),
|
||||
'#default_value' => $values,
|
||||
'#empty' => t('No attendees found.'),
|
||||
'#attributes' => array('id' => 'sort-table'),
|
||||
'#prefix' => '<div id="manual-email-attendees-items">',
|
||||
|
Reference in New Issue
Block a user