- Timestamp:
- 26 Sep 2019, 05:45:10 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/interswitch/browser.py
r15604 r15608 153 153 xmldict['institution_bank_id'] = '117' 154 154 elif student.current_mode in ('nd_ft', 'hnd_ft'): 155 xmldict['institution_acct'] = ' 5210039869'156 xmldict['institution_bank_id'] = ' 51'155 xmldict['institution_acct'] = '0072223654' 156 xmldict['institution_bank_id'] = '121' 157 157 elif self.context.p_category == 'gown': 158 158 self.pay_item_id = '102' # We use school fee item id.
Note: See TracChangeset for help on using the changeset viewer.