Changeset 17139


Ignore:
Timestamp:
24 Oct 2022, 07:42:13 (2 years ago)
Author:
Henrik Bettermann
Message:

Change acceptance fee for pre-degree students.

File:
1 edited

Legend:

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

    r17123 r17139  
    126126                return _('Study course data are incomplete.'), None
    127127            amount = academic_session.clearance_fee
    128             if not local(student):
    129                 amount += 10000
     128            if amount:
     129                if not local(student):
     130                    amount += 10000
     131                if student.faccode == 'PRE':
     132                    amount -= 5000
    130133        elif category == 'bed_allocation':
    131134            p_item = self.getAccommodationDetails(student)['bt']
Note: See TracChangeset for help on using the changeset viewer.