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