studygroup cleanup fixes
This commit is contained in:
@@ -1094,7 +1094,7 @@ function booking_load_query($node_ids = NULL, $fetchAssoc = FALSE)
|
||||
->fields('t')
|
||||
->fields('pr', array('booking_price', 'booking_price_descrip','booking_late_price'))
|
||||
->fields('rm', array('booking_room_bedtype'))
|
||||
->fields('r', array('booking_room_location_id', 'booking_room_number'));
|
||||
->fields('r', array('rid', 'booking_room_location_id', 'booking_room_number'));
|
||||
|
||||
//now add the study group fields if applicable
|
||||
if (variable_get('booking_enable_studygroups', 0) == 1)
|
||||
|
Reference in New Issue
Block a user