Code to cleanup room allocations
This commit is contained in:
@@ -1379,6 +1379,9 @@ function _booking_update($node) {
|
||||
//Remove from any study groups
|
||||
_booking_studygroups_cleanup($node->nid);
|
||||
|
||||
//Remove from any rooms allocated
|
||||
_booking_rooms_cleanup($node->nid);
|
||||
|
||||
//check if there is room on the booked-in list
|
||||
if (_booking_check_bookings_full() == False)
|
||||
{
|
||||
|
Reference in New Issue
Block a user