- Timestamp:
- 6 Dec 2010, 12:18:39 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_futminna/getInterswitchParams.py
r5603 r5606 36 36 d['pay_item_name'] = "FUT Minna %(type_description)s" % d 37 37 if student_record.level in ('200','300','400','500') and student_record.faculty in ('EET','SET','AAT','ICT','EMT'): 38 d['amount'] = '9000'38 d['amount'] = 9000 39 39 else: 40 d['amount'] = '7000'40 d['amount'] = 7000 41 41 d['category'] = 'hostel_maintenance' 42 42 d['item'] = paytype … … 48 48 xmldict['department'] = student_record.department 49 49 xmldict['faculty'] = student_record.faculty 50 xmldict['fut_amount'] = "% s" % d['amount']50 xmldict['fut_amount'] = "%d" % int(100*d['amount']) 51 51 52 52 xmltext = """<payment_item_detail>
Note: See TracChangeset for help on using the changeset viewer.