Ignore:
Timestamp:
22 Mar 2009, 16:05:06 (16 years ago)
Author:
Henrik Bettermann
Message:

remove maint. fee from uniben accommodation form and slip (data are wrong)

File:
1 edited

Legend:

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

    r4014 r4018  
    144144xmldict['bt_amount'] = "%d" % int(100*bt_amount)
    145145
    146 if student_record.mode in ('ug_ft','ug_pt','pg_ft','pgd_ft'):
     146if student_record.mode in ('ug_ft','ug_pt'):
    147147    xmldict['aaue_acct'] = "6020008887"
    148148    xmldict['bank_id'] = '123'
     149elif student_record.mode in ('pg_ft','pgd_ft'):
     150    xmldict['aaue_acct'] = ""
     151    xmldict['bank_id'] = ''
    149152else:
    150153    xmldict['aaue_acct'] = "0000000000000"
Note: See TracChangeset for help on using the changeset viewer.