Changeset 14612 for main/waeup.fceokene/trunk/src/waeup/fceokene/students
- Timestamp:
- 8 Mar 2017, 13:32:38 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/student.py
r8990 r14612 34 34 grok.provides(ICustomStudent) 35 35 36 @property 37 def transcript_enabled(self): 38 return True 36 39 37 40 # Set all attributes of Student required in IStudent as field
Note: See TracChangeset for help on using the changeset viewer.