Ignore:
Timestamp:
23 Apr 2018, 07:36:08 (7 years ago)
Author:
Henrik Bettermann
Message:

IJMBE students do not have to pay Student Union Dues + Welfare Assurance Fee.

File:
1 edited

Legend:

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

    r14980 r14987  
    272272                xmldict['institution_amt'] = 100 * (
    273273                    gateway_net_amt(self.context.amount_auth))
    274             elif self.context.p_category in ('schoolfee_incl', 'schoolfee_1'):
     274            elif self.context.p_category in ('schoolfee_incl', 'schoolfee_1') \
     275                and student.current_mode != 'ijmbe':
    275276                # Schoolfee including additional fees
    276277                xmldict['student_union_due_amt'] = 100 * student_union_due_amt
Note: See TracChangeset for help on using the changeset viewer.