Changeset 17170


Ignore:
Timestamp:
23 Nov 2022, 15:00:45 (22 months ago)
Author:
Henrik Bettermann
Message:

All pre degree students pay the same.

File:
1 edited

Legend:

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

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