- Timestamp:
- 17 Apr 2023, 07:12:42 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/utils.py
r17208 r17380 85 85 if category == 'secondinstal': 86 86 if student.is_fresh: 87 amount = 0.3 4* getattr(certificate, 'school_fee_1', 0.0)87 amount = 0.305 * getattr(certificate, 'school_fee_1', 0.0) 88 88 else: 89 amount = 0.3 4* getattr(certificate, 'school_fee_2', 0.0)89 amount = 0.305 * getattr(certificate, 'school_fee_2', 0.0) 90 90 if student.state == CLEARED: 91 91 amount = getattr(certificate, 'school_fee_1', 0.0) … … 114 114 ), None 115 115 if category == 'schoolfee_1': 116 amount *= 0.6 6116 amount *= 0.695 117 117 elif category == 'clearance': 118 118 try:
Note: See TracChangeset for help on using the changeset viewer.