Changeset 17507 for main/waeup.aaue/trunk
- Timestamp:
- 23 Jul 2023, 15:24:10 (16 months ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 2 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 " -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r17473 r17507 163 163 'clearance_incl': 'Acceptance Fee Plus', 164 164 'schoolfee_incl': 'School Fees Plus', 165 'schoolfee_1': 'School Fees Plus (1st instalment)', 166 'schoolfee_2': 'School Fees (2nd instalment)', 165 167 'ent_text_book_1': 'Text Book Fee ENT201', 166 168 'ent_text_book_2': 'Text Book Fee ENT211',
Note: See TracChangeset for help on using the changeset viewer.