Changeset 17944


Ignore:
Timestamp:
16 Oct 2024, 14:09:00 (3 weeks ago)
Author:
Henrik Bettermann
Message:

Some students do not pay non-local surcharge.

File:
1 edited

Legend:

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

    r17941 r17944  
    166166            # Add non-local surcharges
    167167            if amount and not local(student):
    168                 non_local_surcharge = 40000
     168                non_local_surcharge = 0
     169                if student.faccode not in ('IJMB', 'PRE', 'JUPEB'):
     170                    non_local_surcharge = 40000
    169171                #if student.faccode in ('FAG', 'FCP', 'FES',
    170172                #                       'FSS', 'FMS', 'FSC',
Note: See TracChangeset for help on using the changeset viewer.