Ignore:
Timestamp:
30 Nov 2010, 12:17:04 (14 years ago)
Author:
Henrik Bettermann
Message:

Resolve futminna #29 and #131.

Location:
WAeUP_SRP/trunk/skins/waeup_futminna
Files:
2 edited

Legend:

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

    r5599 r5600  
    3636    d['pay_item_name'] = "FUT Minna %(type_description)s" % d
    3737    if student_record.level  in ('200','300','400','500') and student_record.faculty in ('EET','SET','AAT','ICT','EMT'):
     38        d['amount'] = '9000'
     39    else:
    3840        d['amount'] = '7000'
    39     else:
    40         d['amount'] = '9000'
    4141    d['category'] = 'hostel_maintenance'
    4242    d['item'] = paytype
  • WAeUP_SRP/trunk/skins/waeup_futminna/pay_interswitch.py

    r5213 r5600  
    183183    xmldict['fut_acct'] = "2522040000134"
    184184    xmldict['bank_id'] = '8' 
     185#Change of acct from UBA to GTBank
    185186elif student_record.level in ('400','410','500','510','600'):
    186     xmldict['fut_acct'] = "02530040000664"
    187     xmldict['bank_id'] = '7'   
     187    xmldict['fut_acct'] = "3713516838111"
     188    xmldict['bank_id'] = '10'   
    188189#remedial students
    189190#elif student_record.level in ('000'):
     
    215216
    216217return context.goto_interswitch_form(info=info)
     218
Note: See TracChangeset for help on using the changeset viewer.