Changeset 4018


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)

Location:
WAeUP_SRP/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/uniben/layouts/student_accommodation_fe.xml

    r3692 r4018  
    144144  </row>
    145145  <row>
    146    <cell name="acco_maint_fee"/>
    147   </row>
    148   <row>
    149146   <cell name="acco_maint_date"/>
    150147  </row>
  • 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.