Ignore:
Timestamp:
7 Nov 2016, 17:33:06 (8 years ago)
Author:
Henrik Bettermann
Message:

Add NCE II fresh sw.

File:
1 edited

Legend:

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

    r14193 r14265  
    212212                        amount = 11975
    213213            else:
     214                # NCE I fresh sw
    214215                if student.current_level == 100 and student.state == CLEARED:
    215216                    if student.depcode in ARTS:
     
    217218                    else:
    218219                        amount = 23600
     220                # NCE II fresh sw
     221                elif student.current_level == 200 and student.state == CLEARED:
     222                    if student.depcode in ARTS:
     223                        amount = 19000
     224                    else:
     225                        amount = 19500
    219226                # NCE II sw
    220227                elif student.current_level in (100, 110, 120) and \
Note: See TracChangeset for help on using the changeset viewer.