Changeset 9737 for main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/utils
- Timestamp:
- 28 Nov 2012, 17:00:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/utils/utils.py
r9724 r9737 43 43 PAYMENT_CATEGORIES = { 44 44 'schoolfee': 'School Fee', 45 'c o1': '1 Carry-Over',46 'c o2': '2 Carry-Overs',47 'c o3': '3 Carry-Overs',45 'carryover1': '1 CarryOver', 46 'carryover2': '2 CarryOvers', 47 'carryover3': '3 CarryOvers', 48 48 'clearance': 'Acceptance Fee', 49 49 'bed_allocation': 'Bed Allocation Fee', … … 51 51 'application': 'Application Fee' 52 52 } 53 54 SELECTABLE_PAYMENT_CATEGORIES = { 55 'schoolfee': 'School Fee', 56 'carryover1': 'One CarryOver', 57 'carryover2': 'Two CarryOvers', 58 'carryover3': 'Three CarryOvers', 59 'hostel_maintenance': 'Hostel Maintenance Fee', 60 }
Note: See TracChangeset for help on using the changeset viewer.