Changeset 5795 for WAeUP_SRP/trunk/skins/waeup_futminna/pay_interswitch.py
- Timestamp:
- 5 Mar 2011, 12:34:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_futminna/pay_interswitch.py
r5600 r5795 90 90 91 91 92 info['surcharge'] = 0 # students don't have to pay the surcharge, FUT is paying for them 93 interswitch_amount = 300 94 info['amount'] = amount = fee_dict['all'] 92 # students don't have to pay the Interswitch surcharge, FUT is paying for them 93 info['lrf'] = fee_dict['lrf'] 94 info['fee'] = fee_dict['all'] 95 info['amount'] = amount = info['fee'] + info['lrf'] 95 96 total_amount = 100*int(amount) 96 97 … … 145 146 146 147 bt_amount = 1500 148 interswitch_amount = 300 147 149 #fut_split = 0000 #not appicable 148 150 fut_amount = amount - bt_amount - interswitch_amount
Note: See TracChangeset for help on using the changeset viewer.