- Timestamp:
- 9 Nov 2006, 15:52:16 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getStudentInfo.py
r812 r813 64 64 ## acco = res[0].getObject() 65 65 acco = getattr(student,'accommodation_2006',None) 66 if acco.portal_type != "StudentAccom odation":66 if acco.portal_type != "StudentAccommodation": 67 67 acco = None 68 68 info['acco'] = acco
Note: See TracChangeset for help on using the changeset viewer.