Changeset 16524 for main/kofacustom.coewarri
- Timestamp:
- 1 Jul 2021, 08:31:33 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/utils.py
r16513 r16524 93 93 if p_session >= 2021: 94 94 return False 95 if p_session == 2020 and student.current_mode not in ('nce_ft', 'nce_pt'):96 return False95 #if p_session == 2020 and student.current_mode not in ('nce_ft', 'nce_pt'): 96 # return False 97 97 if student.current_mode not in ('ug_ft','de_ft', 'nce_ft', 'nce_pt'): 98 98 return False
Note: See TracChangeset for help on using the changeset viewer.