Changeset 17583 for main/waeup.aaue
- Timestamp:
- 15 Sep 2023, 22:33:32 (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r17582 r17583 410 410 elif student.faccode in ('FLS', 'FLW', 'FMS', 'FPS', 'FSS'): 411 411 bank = BANK_ACCOUNTS['fac3'] 412 elif student.faccode in ('FP',): 413 bank = BANK_ACCOUNTS['ijmb'] 412 414 xmldict['institution_acct'] = bank[0] 413 415 xmldict['institution_bank_id'] = bank[1]
Note: See TracChangeset for help on using the changeset viewer.