Changeset 16313 for main/kofacustom.dspg
- Timestamp:
- 13 Nov 2020, 18:49:12 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/utils.py
r16312 r16313 53 53 ticket.p_session == session: 54 54 gns = True 55 if dep_sug and gns:55 if dep_sug: # and gns: deactivated on 13/11/20 56 56 return True 57 57 return False
Note: See TracChangeset for help on using the changeset viewer.