Ignore:
Timestamp:
6 Nov 2015, 10:59:22 (9 years ago)
Author:
Henrik Bettermann
Message:

All kind of school fee payments trigger the same actions. AAUE installment payment is deprecated.

File:
1 edited

Legend:

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

    r13042 r13398  
    8484                return error
    8585            self.ac = pin
    86         elif self.p_category in ('schoolfee', 'schoolfee_1'):
     86        elif self.p_category.startswith('schoolfee'):
    8787            # Bypass activation code creation if next session
    8888            # can be started directly.
Note: See TracChangeset for help on using the changeset viewer.