- Timestamp:
- 29 Mar 2023, 15:40:26 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r17255 r17371 79 79 if student.current_mode.startswith('dp_'): 80 80 return '2067090482' 81 if student.current_mode == 'pg_ft':81 if student.current_mode in ('pg_ft', 'pgd_ft'): 82 82 return '2067090691' 83 if student.current_mode .endswith('pg_pt'):83 if student.current_mode in ('pg_pt', 'pgd_pt'): 84 84 return '2067091011' 85 85 if student.current_mode == 'ug_sw':
Note: See TracChangeset for help on using the changeset viewer.