- Timestamp:
- 17 Apr 2023, 09:12:36 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/utils.py
r17383 r17384 111 111 amount = round(0.69318182 * amount) 112 112 else: 113 amount *= round(0.62162162 * amount)113 amount = round(0.62162162 * amount) 114 114 # Second instalment can be paid in all states. 115 115 if category == 'secondinstal':
Note: See TracChangeset for help on using the changeset viewer.