Changeset 17510 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 23 Jul 2023, 21:47:47 (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
r17507 r17510 405 405 except KeyError: 406 406 return _('School fees not yet fixed.'), None 407 if student.is_postgrad and category != 'schoolfee':408 return _("No additional fees required."), None407 #if student.is_postgrad and category != 'schoolfee': 408 # return _("No additional fees required."), None 409 409 if not previous_session and student.current_mode in ( 410 410 'ug_ft', 'ug_pt', 'de_ft', 'de_pt', -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r17507 r17510 140 140 REDUCED_PAYMENT_CATS = { 141 141 'clearance': 'Acceptance Fee', 142 'schoolfee ': 'School Fees',142 'schoolfee_incl': 'School Fees Plus', 143 143 'late_registration': 'Late Course Registration Fee', 144 144 ##'sports': 'Sports Fee',
Note: See TracChangeset for help on using the changeset viewer.