test null

This commit is contained in:
Nathan Coad
2018-05-02 13:20:53 +10:00
parent 4e2f7f74f8
commit 7e84ad2b0d

View File

@@ -97,7 +97,7 @@ function booking_variety_session_callback($form, &$form_state) {
);
$commands[] = ajax_command_replace('#' . $fieldname, drupal_render($form['variety-sessions'][$fieldname]));
$commands[] = ajax_command_replace(NULL, drupal_render($form['variety-sessions'][$fieldname]));
}