Changeset 18050
- Timestamp:
- 3 Apr 2025, 16:17:34 (33 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r18043 r18050 178 178 179 179 def _requiredPaymentsMissing(self, student, session): 180 # disabled on 03/04/25 181 return 180 182 # Part time, jupeb, medical, and PG students do not pay sundry. 181 183 if student.is_jupeb or student.current_mode.endswith('_pt') \
Note: See TracChangeset for help on using the changeset viewer.