Ignore:
Timestamp:
8 May 2021, 16:06:01 (3 years ago)
Author:
Henrik Bettermann
Message:

Abraham: The late school fee payment penalty is to be for last session (2019/2020), not this current session.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/utils.py

    r16475 r16477  
    132132        if category.startswith('schoolfee'):
    133133            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(
    135136                student, student.current_session):
    136137                return _('You have to pay late school fee payment penalty first.'), None
Note: See TracChangeset for help on using the changeset viewer.