Changeset 17156


Ignore:
Timestamp:
2 Nov 2022, 16:44:01 (23 months ago)
Author:
Henrik Bettermann
Message:

For PRE-DEGREE and JUPEB programmes acceptance fee, there is no local and non-local students.

File:
1 edited

Legend:

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

    r17139 r17156  
    127127            amount = academic_session.clearance_fee
    128128            if amount:
    129                 if not local(student):
     129                if not local(student) and student.faccode != 'PRE' \
     130                    and not student.is_jupeb:
    130131                    amount += 10000
    131132                if student.faccode == 'PRE':
Note: See TracChangeset for help on using the changeset viewer.