Changeset 15202
- Timestamp:
- 28 Oct 2018, 16:46:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r15195 r15202 143 143 xmldict['institution_bank_id'] = '117' 144 144 elif student.current_mode in ('nd_ft', 'hnd_ft'): 145 xmldict['institution_acct'] = ' 0010761873'146 xmldict['institution_bank_id'] = '11 '145 xmldict['institution_acct'] = '1012963301' 146 xmldict['institution_bank_id'] = '117' 147 147 elif self.context.p_category == 'clearance': 148 148 self.pay_item_id = '103'
Note: See TracChangeset for help on using the changeset viewer.