don't use tableselect to list variety sessions

This commit is contained in:
Nathan Coad
2018-07-03 23:21:40 +10:00
parent ede732c310
commit ccedba7b46

View File

@@ -413,10 +413,10 @@ function booking_variety_list_session_form($node, &$form_state, $timeslot_id = 0
} }
$form['table'] = array ( $form['table'] = array (
'#type' => 'tableselect', //'#type' => 'tableselect',
'#header' => $header, '#header' => $header,
'#options' => $options, '#options' => $options,
'#multiple' => false, //'#multiple' => false,
); );
return array ( return array (