Changeset 3206 for WAeUP_SRP/base/skins/waeup_accommodation
- Timestamp:
- 23 Feb 2008, 22:59:10 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_accommodation/change_bed.py
r3170 r3206 84 84 list = [] 85 85 to_modify = [] 86 for r in records[1:100]: 86 logger.info('started without student context') 87 for r in records: 87 88 info = context.getAccommodationInfo(r.student) 88 89 sbt = info.get('student_status',None) … … 98 99 #to_modify.append((r.bed,r.student,info['student_status'],info['acco_doc'])) 99 100 logger.info(message) 101 logger.info('finished') 100 102 101 103 return "\r".join(list)
Note: See TracChangeset for help on using the changeset viewer.