Changeset 16571 for main/kofacustom.iuokada
- Timestamp:
- 16 Aug 2021, 10:38:28 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r16568 r16571 200 200 amount = academic_session.resit_fee 201 201 number = int(category.strip('resit')) 202 amount = (amount * number) + 10000 # plus administrative charge (#125)202 amount *= number 203 203 #elif category == 'bed_allocation': 204 204 # p_item = self.getAccommodationDetails(student)['bt']
Note: See TracChangeset for help on using the changeset viewer.