Changeset 12470 for main/waeup.kofa
- Timestamp:
- 14 Jan 2015, 11:41:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r12247 r12470 1720 1720 previous_level = data.get('p_level', None) 1721 1721 student = self.context.__parent__ 1722 if p_category == 'bed_allocation' and student[ 1722 # The hostel_application payment category is temporarily used 1723 # by Uniben. 1724 if p_category in ('bed_allocation', 'hostel_application') and student[ 1723 1725 'studycourse'].current_session != grok.getSite()[ 1724 1726 'hostels'].accommodation_session:
Note: See TracChangeset for help on using the changeset viewer.