Changeset 9727 for main/waeup.uniben/trunk/src/waeup/uniben/utils
- Timestamp:
- 27 Nov 2012, 10:05:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r9655 r9727 45 45 'Postgraduate Part-Time':('pg_pt', 'special_pg_pt', 'pgd_pt'), 46 46 } 47 48 PAYMENT_CATEGORIES = { 49 'schoolfee': 'School Fee', 50 'clearance': 'Acceptance Fee', 51 'bed_allocation': 'Bed Allocation Fee', 52 'hostel_maintenance': 'Hostel Maint. Fee', 53 'tempmaint_1': 'Hall 1-4 M/F Ekehuan', 54 'tempmaint_2': 'Hall 5 M/F', 55 'tempmaint_3': 'Clinical Hostel', 56 'transfer': 'Transfer Fee', 57 'gown': 'Gown Hire Fee', 58 'application': 'Application Fee' 59 }
Note: See TracChangeset for help on using the changeset viewer.