Ignore:
Timestamp:
13 Nov 2008, 05:47:19 (16 years ago)
Author:
Henrik Bettermann
Message:

more corrections for payment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_fceoyo/getSchoolFee.py

    r3760 r3761  
    6363        else:
    6464            d['all'] = 6800
    65     # NCE III repeaters
    66     elif str(brain.level) in ('300','310') and brain.verdict == 'C':
     65    # NCE III repeaters and spillover
     66    elif str(brain.level) in ('300','310') and brain.verdict in ('B','C'):
    6767        if brain.department in ARTS:
    6868            d['all'] = 4950
     
    8888    elif str(brain.level) in ('300','310','320'):
    8989        d['all'] = 9500
     90    # NCE IV spillover
     91    elif str(brain.level) in ('400','410','420') and brain.verdict == 'B':
     92        d['all'] = 9000       
    9093    else:
    9194        d['all'] = 0
Note: See TracChangeset for help on using the changeset viewer.