Changeset 15214 for main/kofacustom.dspg/trunk/src
- Timestamp:
- 2 Nov 2018, 07:06:07 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r15202 r15214 140 140 tech_fee = 1200.0 141 141 if student.faccode == 'SPAT': 142 xmldict['institution_acct'] = '101 2808851'142 xmldict['institution_acct'] = '1015220292' 143 143 xmldict['institution_bank_id'] = '117' 144 144 elif student.current_mode in ('nd_ft', 'hnd_ft'): 145 xmldict['institution_acct'] = '1012 963301'145 xmldict['institution_acct'] = '1012808851' 146 146 xmldict['institution_bank_id'] = '117' 147 147 elif self.context.p_category == 'clearance':
Note: See TracChangeset for help on using the changeset viewer.