- Timestamp:
- 16 Apr 2021, 14:54:47 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r16396 r16464 195 195 return _('Study course data are incomplete.'), None 196 196 amount = academic_session.clearance_fee 197 if student.is_postgrad: 198 amount *= 0.5 197 199 elif category.startswith('resit'): 198 200 amount = academic_session.resit_fee
Note: See TracChangeset for help on using the changeset viewer.