Changeset 5521


Ignore:
Timestamp:
22 Sep 2010, 09:59:23 (14 years ago)
Author:
Henrik Bettermann
Message:

add account for pd_ft students

File:
1 edited

Legend:

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

    r5448 r5521  
    146146    xmldict['fceokene_acct'] = "6216801033"
    147147    xmldict['bank_id'] = '117'
     148elif student_record.mode in ('pd_ft',):
     149    xmldict['fceokene_acct'] = "6216801025"
     150    xmldict['bank_id'] = '117'
    148151else:
    149152    xmldict['fceokene_acct'] = "0000000000000"
     
    172175
    173176return context.goto_interswitch_form(info=info)
    174 
Note: See TracChangeset for help on using the changeset viewer.