Ignore:
Timestamp:
22 Feb 2017, 11:24:48 (8 years ago)
Author:
Henrik Bettermann
Message:

Revert r14569.

File:
1 edited

Legend:

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

    r14569 r14573  
    221221        if 'alumni' in self.application_url():
    222222            return self.ALUMNI_PAYMENT_CATS.items()
    223         if self.context.student.current_mode in ('ijmbe', 'found') :
     223        if self.context.student.current_mode in (
     224            'ijmbe', 'special_pg_ft', 'special_pg_pt', 'found') :
    224225            return self.REDUCED_PAYMENT_CATS.items()
    225226        categories = getUtility(IKofaUtils).SELECTABLE_PAYMENT_CATEGORIES
Note: See TracChangeset for help on using the changeset viewer.