Changeset 16755
- Timestamp:
- 25 Jan 2022, 18:57:25 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/studylevel.py
r16754 r16755 441 441 """Returns ca + score or imported total score. 442 442 """ 443 if self.outstanding: 444 return None 443 445 # Override total_score if value has been imported 444 446 if getattr(self, 'imported_ts', None):
Note: See TracChangeset for help on using the changeset viewer.