Changeset 1164 for WAeUP_SRP/trunk/skins/waeup_accommodation
- Timestamp:
- 31 Dec 2006, 10:32:05 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_accommodation/change_bed.py
r1135 r1164 1 ## Script (Python) " getStudentInfo"1 ## Script (Python) "change_bed" 2 2 ##bind container=container 3 3 ##bind context=context … … 59 59 logger.info('"%s", "new bed allocation failed","%s"' % (student_id,code)) 60 60 redirect("%s/%s/%s" % (students.absolute_url(),student,info['acco_id'])) 61 61 62 62 info = {} 63 63 records = [r for r in beds() if r.student]
Note: See TracChangeset for help on using the changeset viewer.