studygroup cleanup fixes

This commit is contained in:
2014-06-02 22:51:59 +10:00
parent 10d65ddb1e
commit 802d38c63f
2 changed files with 4 additions and 21 deletions

View File

@@ -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)