add form_process_tableselect

This commit is contained in:
2016-05-26 14:01:09 +10:00
parent 0299adc9a0
commit 2cce280d8a

View File

@@ -278,7 +278,7 @@ function _booking_manual_email_selecttype_ajax_callback($form, &$form_state) {
$form['table']['#value'] = $new_default_values;
*/
watchdog('booking_debug', "<pre>Manual email new form table\n@info</pre>", array('@info' => print_r( $form['new']['table'], true)));
return $form['new']['table'];
return form_process_tableselect($form['new']['table']);
$form['table'] = array (
'#type' => 'tableselect',