Changeset 14026 for main/waeup.uniben/trunk/src
- Timestamp:
- 8 Jul 2016, 14:28:22 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r13818 r14026 86 86 if student.current_mode.endswith('_ft'): 87 87 self.pay_item_id = '5700' 88 elif student.current_mode .endswith('_pt'):88 elif student.current_mode[-3:] in ('_pt', '_sw'): 89 89 self.pay_item_id = '5701' 90 90 elif student.faccode == 'JUPEB':
Note: See TracChangeset for help on using the changeset viewer.