Ignore:
Timestamp:
23 Nov 2010, 11:41:43 (14 years ago)
Author:
Henrik Bettermann
Message:

Change accommodation fee (changes made by gbenga).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_futminna/getInterswitchParams.py

    r3796 r5593  
    3333    d['type_description'] = 'Hostel Maintenance Fee'
    3434    d['pay_item_name'] = "FUT Minna %(type_description)s" % d
    35     if student_record.level  in ('200','300','400','500') and student_record.faculty in ('EET','SET','AAT'):
     35    if student_record.level  in ('200','300','400','500') and student_record.faculty in ('EET','SET','AAT','ICT','EMT'):
     36        d['amount'] = '7000'
     37    else:
    3638        d['amount'] = '9000'
    37     else:
    38         d['amount'] = '7000'
    3939    d['category'] = 'hostel_maintenance'
    4040    d['item'] = paytype
     
    4343
    4444return d
     45
     46
     47
Note: See TracChangeset for help on using the changeset viewer.