Changeset 17613 for main/kofacustom.unidel/trunk
- Timestamp:
- 13 Oct 2023, 08:26:35 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17599 r17613 94 94 xmldict['tech_acct'] = '0092304647' 95 95 xmldict['tech_bank_id'] = '121' 96 if student.faccode in ('PRE', 'JUPEB'): 97 xmldict['institution_acct'] = '1011431799' 98 if student.current_mode.startswith('dp'): 99 xmldict['institution_acct'] = '1011431799' 100 if student.faccode == 'IJMB': 101 xmldict['institution_acct'] = '0093658062' 96 102 elif self.context.p_category == 'schoolfee': 97 103 provider_amt = 2800.0
Note: See TracChangeset for help on using the changeset viewer.