- Timestamp:
- 7 Dec 2010, 13:58:37 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_futminna/getInterswitchParams.py
r5606 r5607 35 35 d['type_description'] = 'Hostel Maintenance Fee' 36 36 d['pay_item_name'] = "FUT Minna %(type_description)s" % d 37 if student_record.level in (' 200','300','400','500') and student_record.faculty in ('EET','SET','AAT','ICT','EMT'):37 if student_record.level in ('100','200','300','400','500') and student_record.faculty in ('EET','SET','AAT','ICT','EMT'): 38 38 d['amount'] = 9000 39 39 else:
Note: See TracChangeset for help on using the changeset viewer.