Ignore:
Timestamp:
13 Apr 2011, 14:49:14 (13 years ago)
Author:
Henrik Bettermann
Message:

Second trial to resolve ticket AAUA #45.

File:
1 edited

Legend:

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

    r5938 r5940  
    6969        elif brain.review_state in i2_states and instalment == '2':   # 2nd instalment applies to both 200 de fresh and 200 returning
    7070            d['all'] = 25000
     71        elif brain.review_state == 'returning' and instalment == '1' and brain.entry_session in ('05','06','07',):
     72            d['all'] = 20000
    7173        elif brain.review_state == 'returning' and instalment == '1':
    7274            d['all'] = 40000
Note: See TracChangeset for help on using the changeset viewer.