Changeset 18129 for main/waeup.uniben/trunk/src
- Timestamp:
- 18 Jul 2025, 10:36:42 (11 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r18121 r18129 90 90 if student.current_mode.startswith('dp_'): 91 91 return '2067090482' 92 if student.current_mode in ('pg_ft', 'pgd_ft' ):92 if student.current_mode in ('pg_ft', 'pgd_ft', 'pgphd', 'pgd', 'pgm', 'pgmp', 'pgmph'): 93 93 return '2067090691' 94 if student.current_mode in ('pg_pt', 'pgd_pt', 'special_pg_pt' ):94 if student.current_mode in ('pg_pt', 'pgd_pt', 'special_pg_pt', 'pgmpt'): 95 95 return '2067091011' 96 96 if student.current_mode == 'ug_sw':
Note: See TracChangeset for help on using the changeset viewer.