This commit is contained in:
2016-05-26 11:00:30 +10:00
parent c03203bec6
commit e695c26e78

View File

@@ -169,7 +169,7 @@ function _booking_manual_email_selecttype_dropdown_callback($form, &$form_state)
watchdog('booking_debug', "<pre>Manual email cached form\n@info</pre>", array('@info' => print_r( $cached_form, true))); watchdog('booking_debug', "<pre>Manual email cached form\n@info</pre>", array('@info' => print_r( $cached_form, true)));
//unset old tableselect //unset old tableselect
unsset($form['table']); unset($form['table']);
// configure new tableselect based on old table select // configure new tableselect based on old table select
$form['table'] = $cached_form['form']['table']; $form['table'] = $cached_form['form']['table'];