Changeset 17478 for main/kofacustom.unidel/trunk/src/kofacustom
- Timestamp:
- 10 Jul 2023, 01:42:13 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17459 r17478 94 94 if student.current_mode.startswith('dp'): 95 95 xmldict['institution_acct'] = '1011431799' 96 if student.faccode == 'IJMB': 97 xmldict['institution_acct'] = '0093658062' 96 98 elif self.context.p_category == 'schoolfee': 97 99 provider_amt = 2800.0 … … 107 109 provider_amt = 4000.0 108 110 tech_fee = 0.0 111 if student.faccode == 'IJMB': 112 xmldict['institution_acct'] = '0093658062' 109 113 if student.current_mode.startswith('dp'): 110 114 xmldict['institution_acct'] = '2001627961' … … 205 209 xmldict['institution_bank_id'] = '117' 206 210 provider_amt = 500.0 211 if self.context.__parent__.__parent__.prefix in ('ijmb',): 212 xmldict['institution_acct'] = '0093658062' 213 xmldict['institution_bank_id'] = '121' 207 214 xmldict['detail_ref'] = self.context.p_id 208 215 xmldict['provider_amt'] = 100 * provider_amt
Note: See TracChangeset for help on using the changeset viewer.