Ignore:
Timestamp:
7 Feb 2023, 13:19:39 (20 months ago)
Author:
Henrik Bettermann
Message:

Non-local students pay the same in DELSU.

File:
1 edited

Legend:

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

    r17328 r17336  
    118118                            ), None
    119119                    amount = getattr(certificate, 'school_fee_2', 0.0)
    120             if amount and not local(student) and not student.faccode in ('PRE', 'JUPEB'):
     120            if amount and not local(student) and not student.faccode in (
     121                'PRE', 'JUPEB', 'DELSU'):
    121122                amount += 40000
    122123        elif category == 'clearance':
Note: See TracChangeset for help on using the changeset viewer.