Changeset 16477 for main/kofacustom.coewarri
- Timestamp:
- 8 May 2021, 16:06:01 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/utils.py
r16475 r16477 132 132 if category.startswith('schoolfee'): 133 133 penalty = getattr(academic_session, 'lsfp_penalty_fee') 134 if penalty and not self._lsfp_penalty_paymentMade( 134 if student.current_session < 2020 and \ 135 penalty and not self._lsfp_penalty_paymentMade( 135 136 student, student.current_session): 136 137 return _('You have to pay late school fee payment penalty first.'), None
Note: See TracChangeset for help on using the changeset viewer.