- Timestamp:
- 17 Apr 2023, 08:53:50 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/utils.py
r17381 r17382 111 111 amount *= 0.695 112 112 else: 113 amount *= 0.62 2113 amount *= 0.621621621 114 114 # Second instalment can be paid in all states. 115 115 if category == 'secondinstal': … … 117 117 amount = 0.305 * getattr(certificate, 'school_fee_1', 0.0) 118 118 else: 119 amount = 0.378 * getattr(certificate, 'school_fee_2', 0.0)119 amount = 0.378378378 * getattr(certificate, 'school_fee_2', 0.0) 120 120 elif category == 'clearance': 121 121 try:
Note: See TracChangeset for help on using the changeset viewer.