Changeset 5036 for WAeUP_SRP/trunk/skins/waeup_futminna
- Timestamp:
- 23 Feb 2010, 09:53:02 (15 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_futminna
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_futminna/getSchoolFee.py
r5021 r5036 28 28 elif brain.review_state == 'cleared_and_validated': 29 29 if brain.mode == 'jm_ft': 30 d['all'] = 72700 30 d['all'] = 72700 + late_registration_fee 31 31 elif brain.lga == 'foreigner': 32 d['all'] = 131500 #+ late_registration_fee32 d['all'] = 131500 + late_registration_fee 33 33 else: 34 d['all'] = 41500 #+ late_registration_fee34 d['all'] = 41500 + late_registration_fee 35 35 # returning 36 36 elif brain.review_state == 'returning': -
WAeUP_SRP/trunk/skins/waeup_futminna/payments_view.pt
r5021 r5036 74 74 /> 75 75 <br /><br /> 76 <font tal:condition="python:True" color='red'>Surcharge for Late Registration of returning studentsis 10000 Naira. </font>76 <font tal:condition="python:True" color='red'>Surcharge for Late Registration is 10000 Naira. </font> 77 77 </form> 78 78 <form tal:condition="python: info.get('payment_method') == 'sc_payment'"
Note: See TracChangeset for help on using the changeset viewer.