Changeset 16542 for main


Ignore:
Timestamp:
12 Jul 2021, 12:33:38 (3 years ago)
Author:
Henrik Bettermann
Message:

Avoid double payments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py

    r16541 r16542  
    196196                        amount = 28500
    197197                    # SIWES Fee
    198                     if student.depcode in ('AGE', 'BED', 'FAA',
    199                                            'HEC', 'CSC', 'MUS'):
    200                         amount += 3000
    201                     if student.certcode in ('NCECHECSC', 'NCEBIOCSC',
    202                                             'NCEPHYCSC', 'NCEPHECSC',):
     198                    if student.depcode in ('AGE', 'BED', 'FAA', 'HEC', 'CSC', 'MUS') \
     199                       or student.certcode in ('NCECHECSC', 'NCEBIOCSC', 'NCEPHYCSC', 'NCEPHECSC',):
    203200                        amount += 3000
    204201                # NCE II
Note: See TracChangeset for help on using the changeset viewer.