- Timestamp:
- 13 Oct 2019, 13:44:40 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r15661 r15663 81 81 # Determine fee. 82 82 if category in ('schoolfee', 'schoolfee40', 83 's choolfee50', 'schoolfee60'):83 'secondinstal'): 84 84 try: 85 85 certificate = student['studycourse'].certificate … … 121 121 ), None 122 122 amount = getattr(certificate, 'school_fee_2', 0.0) 123 if category == 'schoolfee40': 124 amount *= 0.4 125 elif category == 'secondinstal': 126 amount *= 0.6 123 127 elif category == 'clearance': 124 128 try:
Note: See TracChangeset for help on using the changeset viewer.