Changeset 16524


Ignore:
Timestamp:
1 Jul 2021, 08:31:33 (3 years ago)
Author:
Henrik Bettermann
Message:

include ug_ft and de_ft to the nce_ft and nce_pt 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

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