Changeset 17336 for main/kofacustom.unidel/trunk
- Timestamp:
- 7 Feb 2023, 13:19:39 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r17328 r17336 118 118 ), None 119 119 amount = getattr(certificate, 'school_fee_2', 0.0) 120 if amount and not local(student) and not student.faccode in ('PRE', 'JUPEB'): 120 if amount and not local(student) and not student.faccode in ( 121 'PRE', 'JUPEB', 'DELSU'): 121 122 amount += 40000 122 123 elif category == 'clearance':
Note: See TracChangeset for help on using the changeset viewer.