Changeset 15311
- Timestamp:
- 29 Jan 2019, 08:59:49 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r15298 r15311 224 224 # coming from those certificates (Application, Acceptance, school fees 225 225 # 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'): 227 229 xmldict['institution_amt_2'] = 0.4 * institution_amt 228 230 xmldict['institution_amt_1'] = 0.6 * institution_amt
Note: See TracChangeset for help on using the changeset viewer.