Changeset 17369 for main/kofacustom.unidel/trunk/src/kofacustom/unidel
- Timestamp:
- 28 Mar 2023, 06:18:46 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/student.py
r17278 r17369 38 38 @property 39 39 def transcript_enabled(self): 40 user = get_current_principal()41 if user.id in ('admin', ):42 return True43 return False40 #user = get_current_principal() 41 #if user.id in ('admin', ): 42 # return True 43 return True 44 44 45 45 # Set all attributes of Student required in IStudent as field
Note: See TracChangeset for help on using the changeset viewer.