- Timestamp:
- 26 Jun 2014, 15:14:54 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r11644 r11725 94 94 xmldict['institution_acct'] = '0122009929' 95 95 xmldict['institution_bank_id'] = '16' 96 elif student.current_mode in ('pg_pt' ):96 elif student.current_mode in ('pg_pt', 'special_pg_pt'): 97 97 xmldict['institution_acct'] = '1013766956' 98 98 xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.