This commit is contained in:
2016-05-26 11:57:08 +10:00
parent f6991f9a6b
commit 3dd0f58a9b

View File

@@ -240,7 +240,8 @@ function _booking_manual_email_selecttype_dropdown_callback($form, &$form_state)
} }
$form['table']['#options'] = $options; $form['table']['#options'] = $options;
$form['table']['#default_value'] = $new_default_values; watchdog('booking_debug', "<pre>Manual email new form table\n@info</pre>", array('@info' => print_r( $form['table'], true)));
//$form['table']['#default_value'] = $new_default_values;
$form['table'] = form_process_tableselect($form['table']); $form['table'] = form_process_tableselect($form['table']);
return $form['table']; return $form['table'];