- Timestamp:
- 13 Apr 2011, 14:49:14 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_aaua/getSchoolFee.py
r5938 r5940 69 69 elif brain.review_state in i2_states and instalment == '2': # 2nd instalment applies to both 200 de fresh and 200 returning 70 70 d['all'] = 25000 71 elif brain.review_state == 'returning' and instalment == '1' and brain.entry_session in ('05','06','07',): 72 d['all'] = 20000 71 73 elif brain.review_state == 'returning' and instalment == '1': 72 74 d['all'] = 40000
Note: See TracChangeset for help on using the changeset viewer.