diff --git a/booking.emails.inc b/booking.emails.inc index 76724b9..3114f83 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -186,7 +186,7 @@ function _booking_manual_email_selecttype_dropdown_callback($form, &$form_state) } */ // add new radios to tableselect - //form_builder($form['#form_id'], $form['table'], $form_state); + form_builder($form['#form_id'], $form['new']['table'], $form_state); // remove current value //unset($form['table']['#default_value']); //unset($form['table']['#value']);