Changeset 17162 for main/kofacustom.unidel/trunk/src/kofacustom
- Timestamp:
- 14 Nov 2022, 07:06:36 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r17156 r17162 118 118 ), None 119 119 amount = getattr(certificate, 'school_fee_2', 0.0) 120 if amount and not local(student) :120 if amount and not local(student) and not student.is_jupeb: 121 121 amount += 40000 122 122 elif category == 'clearance':
Note: See TracChangeset for help on using the changeset viewer.