Changeset 14530
- Timestamp:
- 10 Feb 2017, 11:56:57 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/studylevel.py
r14477 r14530 50 50 """Nigerian Course Grading System 51 51 """ 52 if score == -1: 53 return ('-',0) # core course but result not yet available (used by AAUE) 52 54 if score is None: 53 55 return (None, None)
Note: See TracChangeset for help on using the changeset viewer.