Ignore:
Timestamp:
14 Nov 2022, 07:06:36 (23 months ago)
Author:
Henrik Bettermann
Message:

The school fee for local and non-local is the same for JUPEB.

File:
1 edited

Legend:

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

    r17156 r17162  
    118118                            ), None
    119119                    amount = getattr(certificate, 'school_fee_2', 0.0)
    120             if amount and not local(student):
     120            if amount and not local(student) and not student.is_jupeb:
    121121                amount += 40000
    122122        elif category == 'clearance':
Note: See TracChangeset for help on using the changeset viewer.