- Timestamp:
- 4 Oct 2022, 11:45:22 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/student.py
r16721 r17114 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 45 50 46 51 # Set all attributes of Student required in IStudent as field
Note: See TracChangeset for help on using the changeset viewer.