Changeset 3905 for WAeUP_SRP


Ignore:
Timestamp:
3 Feb 2009, 12:51:43 (16 years ago)
Author:
Henrik Bettermann
Message:

fix wrong attribute

File:
1 edited

Legend:

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

    r3898 r3905  
    4444            d['all'] = 69500
    4545    # MBL students (fresh or returning)       
    46     elif str(brain.level) in ('700','800','710','810') and brain.certificate in MBL:
     46    elif str(brain.level) in ('700','800','710','810') and brain.study_course in MBL:
    4747        if brain.lga.startswith('edo'):
    4848            d['all'] = 89500
Note: See TracChangeset for help on using the changeset viewer.