Changeset 17063 for main/kofacustom.unidel
- Timestamp:
- 10 Aug 2022, 20:52:22 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/interswitch/browser.py
r17059 r17063 184 184 xmldict['institution_acct'] = '1216063205' 185 185 xmldict['institution_bank_id'] = '117' 186 if self.context.__parent__.__parent__.prefix == 'jupeb':186 if self.context.__parent__.__parent__.prefix in ('pre', 'jupeb'): 187 187 xmldict['institution_acct'] = '1011431799' 188 188 xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.