Changeset 5877
- Timestamp:
- 24 Mar 2011, 12:06:37 (14 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_aaua
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_aaua/getSchoolFee.py
r5312 r5877 54 54 d['all'] = 65000 55 55 56 elif brain.session in ('07','08','09', ):56 elif brain.session in ('07','08','09','10'): 57 57 if brain.mode == 'dp_pt': 58 58 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 128 128 args[arg] = info[field] 129 129 130 bt_amount = 4000 130 131 if int(info['session_id']) < 10: 132 bt_amount = 4000 133 else: 134 bt_amount = 3000 131 135 132 136 aaua_amount = amount - bt_amount
Note: See TracChangeset for help on using the changeset viewer.