Ignore:
Timestamp:
21 Jun 2019, 08:28:09 (5 years ago)
Author:
Henrik Bettermann
Message:

Store xml split data in payment ticket.

File:
1 edited

Legend:

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

    r14296 r15471  
    4949    def redeemTicket(self):
    5050        student = self.student
    51         if self.p_category in ('schoolfee', 'schoolfee_incl', 'schoolfee_1') :
     51        if self.p_category in ('schoolfee', 'schoolfee_incl', 'schoolfee_1'):
    5252            # Bypass activation code creation if next session
    5353            # can be started directly.
Note: See TracChangeset for help on using the changeset viewer.