Changeset 16139
- Timestamp:
- 30 Jun 2020, 12:20:24 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r16138 r16139 220 220 as selected by the student. 221 221 """ 222 if category in ('schoolfee', 'schoolfee40', 'secondinstal'): 222 import pdb; pdb.set_trace() 223 if category in ('schoolfee', 'schoolfee40', 'secondinstal') \ 224 and balance_session > 2019: 223 225 rpm = self._requiredPaymentsMissing(student, balance_session) 224 226 if rpm:
Note: See TracChangeset for help on using the changeset viewer.