- Timestamp:
- 27 Mar 2020, 08:05:51 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/student.py
r15563 r16047 43 43 return False 44 44 45 @property 46 def is_jupeb(self): 47 if self.faccode.startswith('JUPEB'): 48 return True 49 return False 50 45 51 46 52 # Set all attributes of Student required in IStudent as field
Note: See TracChangeset for help on using the changeset viewer.