Ignore:
Timestamp:
29 Jan 2019, 08:59:49 (6 years ago)
Author:
Henrik Bettermann
Message:

Exclude the 40% going to Keystone bank for school of part-
time (SPAT) O'level Results Verification payment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py

    r15298 r15311  
    224224        # coming from those certificates (Application, Acceptance, school fees
    225225        # etc) 40% should be split to keystone account.
    226         if student.faccode == 'SPAT':
     226        # abraham: Please, kindly exclude the 40% going to Keystone bank for school of part-
     227        # time (SPAT) O'level Results Verification payment.
     228        if student.faccode == 'SPAT' and not self.context.p_category.startswith('olevel_results'):
    227229            xmldict['institution_amt_2'] = 0.4 * institution_amt
    228230            xmldict['institution_amt_1'] = 0.6 * institution_amt
Note: See TracChangeset for help on using the changeset viewer.