Ignore:
Timestamp:
16 Aug 2021, 10:38:28 (3 years ago)
Author:
Henrik Bettermann
Message:

Revert r16568.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py

    r16568 r16571  
    200200            amount = academic_session.resit_fee
    201201            number = int(category.strip('resit'))
    202             amount = (amount * number) + 10000 # plus administrative charge (#125)
     202            amount *= number
    203203        #elif category == 'bed_allocation':
    204204        #    p_item = self.getAccommodationDetails(student)['bt']
Note: See TracChangeset for help on using the changeset viewer.