This commit is contained in:
Nathan Coad
2018-05-02 15:21:27 +10:00
parent d6f4b8e6be
commit ba9b7d86ee

View File

@@ -165,7 +165,7 @@ function booking_variety_session_callback($form, &$form_state) {
//$commands[] = ajax_command_replace('#booking_variety_session_' . $timeslot->tid . '_wrapper', drupal_render($form));
}
$form_state['rebuild'] = TRUE;
//$form_state['rebuild'] = TRUE;
return array('#type' => 'ajax', '#commands' => $commands);
}