Changeset 14641
- Timestamp:
- 21 Mar 2017, 13:43:53 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/utils.py
r14639 r14641 112 112 else: 113 113 amount = academic_session.clearance_fee_1 114 if local_nonlocal(student) == 'non-local': 114 if local_nonlocal(student) == 'non-local' \ 115 and student.entry_mode != 'nce_we_pt': 115 116 amount += 5000.0 116 117 elif category == 'bed_allocation':
Note: See TracChangeset for help on using the changeset viewer.