Changeset 15692 for main/kofacustom.dspg
- Timestamp:
- 17 Oct 2019, 16:29:14 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/utils.py
r15681 r15692 207 207 return _('Study course data are incomplete.'), None 208 208 amount = academic_session.clearance_fee 209 # HND students pay more 210 if student.current_mode == 'hnd_ft': 211 amount += 3000 209 212 # Local ND and HND students are given a rebate which has 210 213 # to be adjusted if the basic acceptance fee changes.
Note: See TracChangeset for help on using the changeset viewer.