- Timestamp:
- 5 Oct 2022, 08:51:03 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17114 r17117 98 98 xmldict['institution_acct'] = '1011739172' 99 99 xmldict['institution_bank_id'] = '117' 100 if self.context.student.current_mode.startswith('dp_'): 101 pass # probably different account?! 100 if student.is_jupeb: 101 xmldict['institution_acct'] = '2001627961' 102 xmldict['institution_bank_id'] = '8' 102 103 if self.context.p_category == 'hostel_maintenance': 103 104 xmldict['institution_acct'] = '1012551384'
Note: See TracChangeset for help on using the changeset viewer.