Changeset 17156 for main/kofacustom.unidel/trunk/src
- Timestamp:
- 2 Nov 2022, 16:44:01 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r17139 r17156 127 127 amount = academic_session.clearance_fee 128 128 if amount: 129 if not local(student): 129 if not local(student) and student.faccode != 'PRE' \ 130 and not student.is_jupeb: 130 131 amount += 10000 131 132 if student.faccode == 'PRE':
Note: See TracChangeset for help on using the changeset viewer.