Changeset 17414 for main/kofacustom.edocons/trunk/src/kofacustom
- Timestamp:
- 22 May 2023, 14:14:48 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/utils.py
r17384 r17414 108 108 ), None 109 109 if category == 'schoolfee_1': 110 if student. is_fresh:110 if student.state == CLEARED: 111 111 amount = round(0.69318182 * amount) 112 el se:112 elif student.state == RETURNING: 113 113 amount = round(0.62162162 * amount) 114 114 # Second instalment can be paid in all states.
Note: See TracChangeset for help on using the changeset viewer.