Ignore:
Timestamp:
10 May 2021, 11:11:47 (3 years ago)
Author:
Henrik Bettermann
Message:

... also spilover students.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py

    r16479 r16480  
    127127                return _(u'Acceptance Fee payments not allowed.'), None
    128128        elif category == 'third_semester' and student.current_mode == 'nce_ft' \
    129             and p_level in (300, 310, 320):
     129            and p_level in (300, 310, 320, 400, 410, 420):
    130130            if not self._nce3PaymentMade(student, p_level):
    131131                return _(u'Make NCE 3 school fee payment first.'), None
Note: See TracChangeset for help on using the changeset viewer.