Changeset 16080 for main/waeup.aaue/trunk/src/waeup/aaue/interswitch
- Timestamp:
- 4 May 2020, 06:42:28 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r16021 r16080 631 631 632 632 # Faculty Laboratory Due 633 elif self.context.p_category == 'fab_lab':633 elif self.context.p_category in ('lab_1', 'lab_2'): 634 634 xmldict['institution_acct'] = '1016425386' 635 635 xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.