Changeset 10161
- Timestamp:
- 8 May 2013, 09:47:50 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaua/trunk/src/waeup/aaua/utils/utils.py
r10160 r10161 25 25 26 26 PREFERRED_LANGUAGES_DICT = { 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 'bed_allocation': 'Bed Allocation Fee', 35 'hostel_maintenance': 'Hostel Maintenance Fee', 36 'transfer': 'Transfer Fee', 37 'gown': 'Gown Hire Fee', 38 'application': 'Application Fee', 27 39 } 28 40
Note: See TracChangeset for help on using the changeset viewer.