Changeset 812
- Timestamp:
- 9 Nov 2006, 15:45:39 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getStudentInfo.py
r811 r812 63 63 ##if res: 64 64 ## acco = res[0].getObject() 65 acco = getattr(student,'accommodation ',None)65 acco = getattr(student,'accommodation_2006',None) 66 66 if acco.portal_type != "StudentAccomodation": 67 67 acco = None
Note: See TracChangeset for help on using the changeset viewer.