- Timestamp:
- 2 Apr 2024, 20:25:29 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/payments.py
r15755 r17730 48 48 @property 49 49 def student(self): 50 return self.__parent__.__parent__ 50 try: 51 return self.__parent__.__parent__ 52 except AttributeError: 53 return None 51 54 52 55
Note: See TracChangeset for help on using the changeset viewer.