- Timestamp:
- 23 Nov 2022, 15:00:45 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r17167 r17170 118 118 ), None 119 119 amount = getattr(certificate, 'school_fee_2', 0.0) 120 if amount and not local(student) and not student.is_jupeb: 120 if amount and not local(student) and not student.is_jupeb \ 121 and student.faccode != 'PRE': 121 122 amount += 40000 122 123 elif category == 'clearance':
Note: See TracChangeset for help on using the changeset viewer.