Changeset 9755 for main/waeup.aaue/trunk/src/waeup/aaue/utils
- Timestamp:
- 1 Dec 2012, 10:05:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r8823 r9755 26 26 PREFERRED_LANGUAGES_DICT = { 27 27 } 28 29 PAYMENT_CATEGORIES = { 30 'schoolfee': 'School Fee', 31 'schoolfee_1': 'School Fee 1st instalment', 32 'schoolfee_2': 'School Fee 2nd instalment', 33 'clearance': 'Acceptance Fee', 34 'hostel_maintenance': 'Hostel Maintenance Fee', 35 'application': 'Application Fee', 36 'gown': 'Gown Hire Fee', 37 'bed_allocation': 'Bed Allocation Fee', 38 'transfer': 'Transfer Fee', 39 } 40 41 SELECTABLE_PAYMENT_CATEGORIES = { 42 'schoolfee_1': 'School Fee 1st instalment', 43 'schoolfee_2': 'School Fee 2nd instalment', 44 'clearance': 'Acceptance Fee', 45 'hostel_maintenance': 'Hostel Maintenance Fee', 46 'application': 'Application Fee', 47 'gown': 'Gown Hire Fee', 48 'bed_allocation': 'Bed Allocation Fee', 49 'transfer': 'Transfer Fee', 50 } 51
Note: See TracChangeset for help on using the changeset viewer.