Changeset 17167 for main/kofacustom.unidel
- Timestamp:
- 20 Nov 2022, 16:21:58 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r17166 r17167 127 127 amount = academic_session.clearance_fee 128 128 if amount and student.faccode != 'PRE' and not student.is_jupeb: 129 if nlocal(student):129 if local(student): 130 130 amount *= 2.0 131 131 else:
Note: See TracChangeset for help on using the changeset viewer.