Changeset 17951 for main


Ignore:
Timestamp:
2 Nov 2024, 13:07:40 (4 days ago)
Author:
Henrik Bettermann
Message:

PDE local and non-local students are to pay the same school fee amount.

File:
1 edited

Legend:

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

    r17944 r17951  
    167167            if amount and not local(student):
    168168                non_local_surcharge = 0
    169                 if student.faccode not in ('IJMB', 'PRE', 'JUPEB'):
     169                if student.faccode not in ('IJMB', 'PRE', 'JUPEB', 'PDED'):
    170170                    non_local_surcharge = 40000
    171171                #if student.faccode in ('FAG', 'FCP', 'FES',
Note: See TracChangeset for help on using the changeset viewer.