Changeset 9731 for main/waeup.uniben/trunk/src/waeup/uniben/utils
- Timestamp:
- 27 Nov 2012, 15:02:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r9727 r9731 50 50 'clearance': 'Acceptance Fee', 51 51 'bed_allocation': 'Bed Allocation Fee', 52 'hostel_maintenance': 'Hostel Maint .Fee',52 'hostel_maintenance': 'Hostel Maintenance Fee', 53 53 'tempmaint_1': 'Hall 1-4 M/F Ekehuan', 54 54 'tempmaint_2': 'Hall 5 M/F', … … 58 58 'application': 'Application Fee' 59 59 } 60 61 SELECTABLE_PAYMENT_CATEGORIES = { 62 'schoolfee': 'School Fee', 63 'clearance': 'Acceptance Fee', 64 'tempmaint_1': 'Hall 1-4 M/F Ekehuan Maintenance Fee', 65 'tempmaint_2': 'Hall 5 M/F Maintenance Fee', 66 'tempmaint_3': 'Clinical Hostel Maintenance Fee', 67 'gown': 'Gown Hire Fee', 68 'application': 'Application Fee' 69 }
Note: See TracChangeset for help on using the changeset viewer.