Changeset 15184 for main/kofacustom.dspg/trunk
- Timestamp:
- 4 Oct 2018, 06:41:49 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/utils.py
r15023 r15184 162 162 # Local ND and HND students are given a rebate which has 163 163 # to be adjusted if the basic acceptance fee changes. 164 if student.current_mode == 'nd_ft' and local(student):164 if amount and student.current_mode == 'nd_ft' and local(student): 165 165 amount -= 10000.0 166 if student.current_mode == 'hnd_ft' and local(student):166 if amount and student.current_mode == 'hnd_ft' and local(student): 167 167 amount -= 5000.0 168 168 elif category == 'bed_allocation':
Note: See TracChangeset for help on using the changeset viewer.