Ignore:
Timestamp:
30 Nov 2015, 14:56:37 (9 years ago)
Author:
Henrik Bettermann
Message:

Implement school fee payments by instalment.

File:
1 edited

Legend:

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

    r13438 r13512  
    218218            xmldict['joint_venture_amt'] = 100 * joint_venture_amt
    219219            xmldict['aaue_share_amt'] = 100 * aaue_share_amt
    220             if self.context.p_category == 'schoolfee_incl':
     220            if self.context.p_category in ('schoolfee_incl', 'schoolfee_1'):
    221221                # Schoolfee including additional fees
    222222                xmldict['student_union_due_amt'] = 100 * student_union_due_amt
Note: See TracChangeset for help on using the changeset viewer.