Changeset 17646
- Timestamp:
- 22 Nov 2023, 18:50:01 (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17620 r17646 100 100 if student.faccode == 'IJMB': 101 101 xmldict['institution_acct'] = '0093658062' 102 xmldict['institution_bank_id'] = '121' 102 103 if self.context.p_item == 'Balance': 103 104 provider_amt = 0.0 … … 120 121 if student.faccode == 'IJMB': 121 122 xmldict['institution_acct'] = '0093658062' 123 xmldict['institution_bank_id'] = '121' 122 124 if student.current_mode.startswith('dp'): 123 125 xmldict['institution_acct'] = '2001627961'
Note: See TracChangeset for help on using the changeset viewer.