Changeset 14134 for main/waeup.kofa/trunk/src
- Timestamp:
- 27 Aug 2016, 06:32:38 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/studycourse.py
r13002 r14134 106 106 previous_level = self[levels[index-1]] 107 107 for key, val in previous_level.items(): 108 if val. score >= val.passmark:108 if val.total_score >= val.passmark: 109 109 continue 110 110 if key in self[str(studylevel.level)]:
Note: See TracChangeset for help on using the changeset viewer.