- Timestamp:
- 8 Jul 2025, 11:25:14 (6 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r18050 r18108 179 179 def _requiredPaymentsMissing(self, student, session): 180 180 # disabled on 03/04/25 181 return 181 # reenabled on 08/04/25 182 if session < 2025: 183 return 182 184 # Part time, jupeb, medical, and PG students do not pay sundry. 183 185 if student.is_jupeb or student.current_mode.endswith('_pt') \
Note: See TracChangeset for help on using the changeset viewer.