Ignore:
Timestamp:
21 Mar 2017, 13:43:53 (8 years ago)
Author:
Henrik Bettermann
Message:

NCE part time weekend, both Deltan and none Deltan, are paying a flat acceptance fee.

File:
1 edited

Legend:

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

    r14639 r14641  
    112112            else:
    113113                amount = academic_session.clearance_fee_1
    114             if local_nonlocal(student) == 'non-local':
     114            if local_nonlocal(student) == 'non-local'  \
     115                and student.entry_mode != 'nce_we_pt':
    115116                amount += 5000.0
    116117        elif category == 'bed_allocation':
Note: See TracChangeset for help on using the changeset viewer.