Changeset 15960 for main/waeup.fceokene
- Timestamp:
- 27 Jan 2020, 12:58:10 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/studylevel.py
r14591 r15960 97 97 @property 98 98 def removable_by_student(self): 99 return True99 return not self.carry_over 100 100 101 101 @property
Note: See TracChangeset for help on using the changeset viewer.