Changeset 14884 for main/kofacustom.dspg/trunk
- Timestamp:
- 26 Oct 2017, 09:11:38 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/utils.py
r14882 r14884 127 127 return _('Study course data are incomplete.'), None 128 128 amount = academic_session.clearance_fee 129 # Local ND and HND students are given a rebate which has 130 # to be adjusted if the basic acceptance fee changes. 129 131 if student.current_mode == 'nd_ft' and local(student): 130 amount *= 0.5132 amount -= 10000.0 131 133 if student.current_mode == 'hnd_ft' and local(student): 132 amount *= 0.75134 amount -= 5000.0 133 135 elif category == 'bed_allocation': 134 136 p_item = self.getAccommodationDetails(student)['bt']
Note: See TracChangeset for help on using the changeset viewer.