Changeset 14852 for main/waeup.uniben/trunk
- Timestamp:
- 12 Sep 2017, 09:22:41 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r14832 r14852 73 73 if student.current_mode == 'pg_ft': 74 74 return '2067090691' 75 if student.current_mode == 'pg_pt':75 if student.current_mode.endswith('pg_pt'): 76 76 return '2067091011' 77 77 if student.current_mode == 'ug_sw':
Note: See TracChangeset for help on using the changeset viewer.