- Timestamp:
- 8 May 2013, 09:56:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaua/trunk/src/waeup/aaua/utils/utils.py
r10161 r10162 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',39 27 } 40 28 … … 74 62 PAYMENT_CATEGORIES = { 75 63 'schoolfee': 'School Fee', 76 'carryover1': '1 CarryOver', 77 'carryover2': '2 CarryOvers', 78 'carryover3': '3 CarryOvers', 64 #'schoolfee_1': 'School Fee 1st instalment', 65 'schoolfee_2': 'School Fee 2nd instalment', 79 66 'clearance': 'Acceptance Fee', 80 'bed_allocation': 'Bed Allocation Fee',81 'hostel_maintenance': 'Hostel Maintenance Fee',82 'application': 'Application Fee'83 67 } 84 68
Note: See TracChangeset for help on using the changeset viewer.