Ignore:
Timestamp:
24 Oct 2023, 14:35:09 (11 months ago)
Author:
Henrik Bettermann
Message:

Configure acceptance fee payments.

File:
1 edited

Legend:

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

    r17599 r17621  
    144144                else:
    145145                    amount = academic_session.ugft_clearance_fee
     146            elif student.faccode == 'PRE':
     147                amount = 20000.0
     148            elif student.faccode == 'JUPEB':
     149                amount = 25000.0
     150            elif student.current_mode.startswith('dp'):
     151                amount = 20000.0
    146152        elif category == 'bed_allocation':
    147153            acco_details = self.getAccommodationDetails(student)
Note: See TracChangeset for help on using the changeset viewer.