Changeset 937 for WAeUP_SRP/trunk/skins/waeup_accommodation
- Timestamp:
- 25 Nov 2006, 09:00:34 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_accommodation/acco_folder_index.py
r903 r937 10 10 # $Id$ 11 11 """ 12 return the appropriate page in the ac ademicssection12 return the appropriate page in the accommodation section 13 13 """ 14 14 … … 17 17 pm = context.portal_membership 18 18 19 campus = context.portal_catalog(meta_type = "University")[-1].getObject() 20 21 if context.isSectionManager(): 19 if context.isSectionOfficer(): 22 20 if context.portal_type == 'AccoFolder': 23 21 return context.accommodation.acco_folder_view()
Note: See TracChangeset for help on using the changeset viewer.