Changeset 5036


Ignore:
Timestamp:
23 Feb 2010, 09:53:02 (15 years ago)
Author:
Henrik Bettermann
Message:

surcharge for all students

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

Legend:

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

    r5021 r5036  
    2828    elif brain.review_state == 'cleared_and_validated':
    2929        if brain.mode == 'jm_ft':
    30             d['all'] = 72700    
     30            d['all'] = 72700 + late_registration_fee   
    3131        elif brain.lga == 'foreigner':
    32             d['all'] = 131500 #+ late_registration_fee
     32            d['all'] = 131500 + late_registration_fee
    3333        else:
    34             d['all'] = 41500 #+ late_registration_fee
     34            d['all'] = 41500 + late_registration_fee
    3535    # returning
    3636    elif brain.review_state == 'returning':
  • WAeUP_SRP/trunk/skins/waeup_futminna/payments_view.pt

    r5021 r5036  
    7474                   />
    7575            <br /><br />
    76             <font tal:condition="python:True" color='red'>Surcharge for Late Registration of returning students is 10000 Naira. </font>
     76            <font tal:condition="python:True" color='red'>Surcharge for Late Registration is 10000 Naira. </font>
    7777          </form> 
    7878          <form tal:condition="python: info.get('payment_method') == 'sc_payment'"
Note: See TracChangeset for help on using the changeset viewer.