Ignore:
Timestamp:
2 Oct 2018, 15:13:05 (6 years ago)
Author:
Henrik Bettermann
Message:

Adjust payment category title.

File:
1 edited

Legend:

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

    r15165 r15182  
    304304            return self.ALUMNI_PAYMENT_CATS.items()
    305305        if self.context.student.current_mode in (
    306             'special_pg_ft', 'special_pg_pt', 'found') :
     306            'special_pg_ft', 'special_pg_pt', 'found'):
    307307            return self.REDUCED_PAYMENT_CATS.items()
    308308        if self.context.student.current_mode == 'ijmbe':
Note: See TracChangeset for help on using the changeset viewer.