Ignore:
Timestamp:
20 Feb 2020, 13:06:08 (5 years ago)
Author:
Henrik Bettermann
Message:

Make the Third Semester fee ticket only active to those who have paid School fees for NCE 3.

Do not deduct WAEAC charge from third semester payments.

File:
1 edited

Legend:

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

    r15939 r16008  
    9393            provider_amt = 0.0
    9494            self.pay_item_id = '8304'
    95         if self.context.p_item == 'Balance':
     95        if self.context.p_item == 'Balance' or self.context.p_category == 'third_semester':
    9696            provider_amt = 0.0
    9797        xmldict['institution_amt'] = 100 * (
Note: See TracChangeset for help on using the changeset viewer.