This commit is contained in:
2016-05-26 14:02:29 +10:00
parent 2cce280d8a
commit f97f7d927b

View File

@@ -257,6 +257,7 @@ function _booking_manual_email_selecttype_ajax_callback($form, &$form_state) {
$form['new']['table'] = array ( $form['new']['table'] = array (
'#type' => 'tableselect', '#type' => 'tableselect',
'#multiple' => TRUE,
'#header' => $header, '#header' => $header,
'#options' => $options, '#options' => $options,
'#default_value' => $new_default_values, '#default_value' => $new_default_values,