Changeset 12470 for main/waeup.kofa


Ignore:
Timestamp:
14 Jan 2015, 11:41:19 (10 years ago)
Author:
Henrik Bettermann
Message:

Take Uniben hostel_application category into consideration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py

    r12247 r12470  
    17201720        previous_level = data.get('p_level', None)
    17211721        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[
    17231725            'studycourse'].current_session != grok.getSite()[
    17241726            'hostels'].accommodation_session:
Note: See TracChangeset for help on using the changeset viewer.