add missing column heading
This commit is contained in:
@@ -224,6 +224,7 @@ function booking_studygroup_leadhelp_edit_form($node, &$form_state, $group_id) {
|
|||||||
'booking_assign_leader' => array('data' => t('Leader')),
|
'booking_assign_leader' => array('data' => t('Leader')),
|
||||||
'booking_assign_helper' => array('data' => t('Helper')),
|
'booking_assign_helper' => array('data' => t('Helper')),
|
||||||
'booking_assign_reserveleader' => array('data' => t('Reserve Leader')),
|
'booking_assign_reserveleader' => array('data' => t('Reserve Leader')),
|
||||||
|
'booking_assign_reservehelper' => array('data' => t('Reserve Helper')),
|
||||||
);
|
);
|
||||||
|
|
||||||
//attach the custom css
|
//attach the custom css
|
||||||
|
Reference in New Issue
Block a user