Changeset 16513


Ignore:
Timestamp:
22 Jun 2021, 04:51:34 (3 years ago)
Author:
Henrik Bettermann
Message:

Include nce_pt to the nce_ft initially set for lsfp_penalty_fee 2020/2021 session.

File:
1 edited

Legend:

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

    r16494 r16513  
    9393        if p_session >= 2021:
    9494            return False
    95         if p_session == 2020 and student.current_mode != 'nce_ft':
     95        if p_session == 2020 and student.current_mode not in ('nce_ft', 'nce_pt'):
    9696            return False
    9797        if student.current_mode not in ('ug_ft','de_ft', 'nce_ft', 'nce_pt'):
Note: See TracChangeset for help on using the changeset viewer.