Changeset 16480 for main/waeup.fceokene
- Timestamp:
- 10 May 2021, 11:11:47 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py
r16479 r16480 127 127 return _(u'Acceptance Fee payments not allowed.'), None 128 128 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): 130 130 if not self._nce3PaymentMade(student, p_level): 131 131 return _(u'Make NCE 3 school fee payment first.'), None
Note: See TracChangeset for help on using the changeset viewer.