- Timestamp:
- 11 Jan 2011, 07:15:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Accommodation.py
r5626 r5630 115 115 # fix for ticket futminna 133, can be removed after implementation 116 116 # of new allocation module 117 ifbed_record.student=='':118 d['student'] = NOT_OCCUPIED119 bed_list.modifyRecord(**d)120 modified.append('"%(uid)s","%(bt)s","not_occupied"' % vars())121 modified_count += 1117 #if bed_record and bed_record.student=='': 118 # d['student'] = NOT_OCCUPIED 119 # bed_list.modifyRecord(**d) 120 # modified.append('"%(uid)s","%(bt)s","not_occupied"' % vars()) 121 # modified_count += 1 122 122 hall_gen['count']= count 123 123 hall_gen['modified_count']= modified_count
Note: See TracChangeset for help on using the changeset viewer.