- Timestamp:
- 4 Apr 2023, 00:44:58 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17347 r17373 103 103 xmldict['institution_bank_id'] = '117' 104 104 provider_amt = 4000.0 105 tech_fee = 0.0 106 if student.current_mode.startswith('dp'): 107 xmldict['institution_acct'] = '1011431799' 108 xmldict['institution_bank_id'] = '117' 109 provider_amt = 250.0 105 110 tech_fee = 0.0 106 111 elif self.context.p_category == 'hostel_maintenance':
Note: See TracChangeset for help on using the changeset viewer.