- Timestamp:
- 12 Jan 2024, 10:08:38 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interswitch/browser.py
r17585 r17665 136 136 # Overwrite above selection 137 137 138 if self.context.p_category == 'book': 138 if grok.getSite().__name__ == 'iuokada-cdl': 139 xmldict['institution_acct'] = '1828332878' 140 xmldict['institution_bank_id'] = '31' 141 elif self.context.p_category == 'book': 139 142 xmldict['institution_acct'] = '1228744877' 140 143 xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.