Changeset 17507 for main/waeup.aaue/trunk/src/waeup/aaue/students
- Timestamp:
- 23 Jul 2023, 15:24:10 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py
r17500 r17507 415 415 "additional fees."), None 416 416 if category in ('schoolfee_1', 'schoolfee_2'): 417 if student.current_mode == 'ug_pt':418 return _("Part-time students are not allowed "419 "to pay by instalments."), None417 #if student.current_mode == 'ug_pt': 418 # return _("Part-time students are not allowed " 419 # "to pay by instalments."), None 420 420 if student.entry_session < 2015: 421 421 return _("You are not allowed "
Note: See TracChangeset for help on using the changeset viewer.