Ignore:
Timestamp:
14 Jan 2009, 13:15:53 (16 years ago)
Author:
Henrik Bettermann
Message:

resolve FCEOyoy #8

File:
1 edited

Legend:

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

    r3812 r3844  
    2727        else:
    2828            d['all'] = 15370
     29    # new addition for prence to nce-i students whose fees are different from other nce-i students
     30    elif str(brain.level) == '100' and brain.review_state == 'cleared_and_validated' and brain.entry_mode == 'prence':
     31        if brain.department in ARTS:
     32            d['all'] = 13320
     33        else:
     34            d['all'] = 14420
    2935    # NCE I (fresh)
    3036    elif str(brain.level) == '100' and brain.review_state == 'cleared_and_validated':
     
    3339        else:
    3440            d['all'] = 10420
    35     # new addition for prence to nce-i students whose fees are different from other nce-i students
    36     elif str(brain.level) == '100' and brain.review_state == 'cleared_and_validated' and brain.entry_mode == 'prence':
    37         if brain.department in ARTS:
    38             d['all'] = 13320
    39         else:
    40             d['all'] = 14420
    4141    # NCE I repeaters
    4242    elif str(brain.level) in ('100','110') and brain.review_state == 'returning' and brain.verdict == 'C':
Note: See TracChangeset for help on using the changeset viewer.