Changeset 7132 for WAeUP_SRP/trunk/skins/waeup_futminna
- Timestamp:
- 17 Nov 2011, 16:39:28 (13 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_futminna
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_futminna/getInterswitchParams.py
r7118 r7132 9 9 ## 10 10 # $Id: getInterswitchParams.py 3625 2008-08-17 07:47:00Z henrik $ 11 12 11 12 13 13 test = "" 14 14 d = {} … … 44 44 d['category'] = 'hostel_maintenance' 45 45 d['item'] = paytype 46 46 47 47 #Adding xml split data 48 48 d['payment_params'] = 'college_split' … … 52 52 xmldict['faculty'] = student_record.faculty 53 53 xmldict['fut_amount'] = "%d" % int(100*d['fee']) 54 54 55 55 xmltext = """<payment_item_detail> 56 56 <item_details detail_ref="%(detail_ref)s" college="Federal University of Technology Minna" department="%(department)s" faculty="%(faculty)s"> … … 58 58 </item_details> 59 59 </payment_item_detail>""" % xmldict 60 60 61 61 d['xml_data'] = """<input type="hidden" name="xml_data" value='%s' />""" % xmltext 62 62 63 63 return d -
WAeUP_SRP/trunk/skins/waeup_futminna/getSchoolFee.py
r6995 r7132 16 16 17 17 d = {} 18 d['lrf'] = late_registration_fee 18 19 19 20 if brain.mode.endswith('_ft'):
Note: See TracChangeset for help on using the changeset viewer.