Changeset 17746


Ignore:
Timestamp:
24 Apr 2024, 07:18:42 (5 months ago)
Author:
Henrik Bettermann
Message:

Diploma foreign students do not pay more.

File:
1 edited

Legend:

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

    r17745 r17746  
    145145                if student.faccode == 'NCE':
    146146                    amount += 14600
    147                 elif student.faccode not in ('PRE', 'JUPEB', 'DELSU', 'IJMB'):
     147                elif student.faccode not in (
     148                    'PRE', 'JUPEB', 'DELSU', 'IJMB', 'DP_FT', 'DP_PT'):
    148149                    amount += 40000
    149150        elif category == 'clearance':
Note: See TracChangeset for help on using the changeset viewer.