Changeset 10268 for main/kofacustom.nigeria/trunk/src
- Timestamp:
- 1 Jun 2013, 05:16:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/student.py
r9564 r10268 39 39 return getattr(self, 'nationality') != 'NG' 40 40 41 @property 42 def transcript_enabled(self): 43 return False 44 41 45 # Set all attributes of Student required in IStudent as field 42 46 # properties. Doing this, we do not have to set initial attributes
Note: See TracChangeset for help on using the changeset viewer.