- Timestamp:
- 7 Nov 2019, 21:10:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/utils.py
r15752 r15776 158 158 amount = academic_session.clearance_fee_1 159 159 if local_nonlocal(student) == 'non-local' \ 160 and student.entry_mode != 'nce_we_pt':160 and student.entry_mode not in ('nce_we_pt', 'nce_pt'): 161 161 amount += 5000.0 162 162 elif category == 'bed_allocation':
Note: See TracChangeset for help on using the changeset viewer.