- Timestamp:
- 5 Nov 2024, 11:51:11 (16 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17949 r17952 118 118 xmldict['institution_acct'] = '2001627961' 119 119 xmldict['institution_bank_id'] = '8' 120 elif student.current_mode == 'pde':120 elif student.current_mode in ('pde', 'trc'): 121 121 xmldict['institution_acct'] = '1010957205' 122 122 xmldict['institution_bank_id'] = '117' … … 255 255 xmldict['institution_acct'] = '0093658062' 256 256 xmldict['institution_bank_id'] = '121' 257 if self.context.__parent__.__parent__.prefix in ('pde', ):257 if self.context.__parent__.__parent__.prefix in ('pde', 'trcdeg', 'trcnce'): 258 258 xmldict['institution_acct'] = '1010957205' 259 259 xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.