Changeset 4021 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
24 Mar 2009, 21:08:24 (16 years ago)
Author:
Henrik Bettermann
Message:

fit to file in custom

File:
1 edited

Legend:

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

    r4018 r4021  
    144144xmldict['bt_amount'] = "%d" % int(100*bt_amount)
    145145
    146 if student_record.mode in ('ug_ft','ug_pt'):
     146if student_record.mode in ('ug_ft','ug_pt','pg_ft','pgd_ft'):
    147147    xmldict['aaue_acct'] = "6020008887"
    148148    xmldict['bank_id'] = '123'
    149 elif student_record.mode in ('pg_ft','pgd_ft'):
    150     xmldict['aaue_acct'] = ""
    151     xmldict['bank_id'] = ''
    152149else:
    153150    xmldict['aaue_acct'] = "0000000000000"
     
    177174
    178175return context.goto_interswitch_form(info=info)
    179 
Note: See TracChangeset for help on using the changeset viewer.