Changeset 4018
- Timestamp:
- 22 Mar 2009, 16:05:06 (16 years ago)
- 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 144 144 </row> 145 145 <row> 146 <cell name="acco_maint_fee"/>147 </row>148 <row>149 146 <cell name="acco_maint_date"/> 150 147 </row> -
WAeUP_SRP/trunk/skins/waeup_aaue/pay_interswitch.py
r4014 r4018 144 144 xmldict['bt_amount'] = "%d" % int(100*bt_amount) 145 145 146 if student_record.mode in ('ug_ft','ug_pt' ,'pg_ft','pgd_ft'):146 if student_record.mode in ('ug_ft','ug_pt'): 147 147 xmldict['aaue_acct'] = "6020008887" 148 148 xmldict['bank_id'] = '123' 149 elif student_record.mode in ('pg_ft','pgd_ft'): 150 xmldict['aaue_acct'] = "" 151 xmldict['bank_id'] = '' 149 152 else: 150 153 xmldict['aaue_acct'] = "0000000000000"
Note: See TracChangeset for help on using the changeset viewer.