Changeset 5877 for WAeUP_SRP


Ignore:
Timestamp:
24 Mar 2011, 12:06:37 (14 years ago)
Author:
Henrik Bettermann
Message:

Change bt_amount.

Location:
WAeUP_SRP/trunk/skins/waeup_aaua
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_aaua/getSchoolFee.py

    r5312 r5877  
    5454            d['all'] = 65000
    5555       
    56 elif brain.session in ('07','08','09',):   
     56elif brain.session in ('07','08','09','10'):   
    5757    if brain.mode == 'dp_pt': 
    5858        if brain.review_state == 'cleared_and_validated' and str(brain.level) in ('100',) and instalment == '1':
  • WAeUP_SRP/trunk/skins/waeup_aaua/pay_interswitch.py

    r5278 r5877  
    128128    args[arg] = info[field]
    129129
    130 bt_amount = 4000
     130
     131if int(info['session_id']) < 10:
     132    bt_amount = 4000
     133else:
     134    bt_amount = 3000
    131135
    132136aaua_amount = amount - bt_amount
Note: See TracChangeset for help on using the changeset viewer.