Changeset 14222 for main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/utils
- Timestamp:
- 24 Oct 2016, 04:06:20 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/utils/utils.py
r14218 r14222 60 60 61 61 PAYMENT_CATEGORIES = { 62 'clearance': 'Acceptance', 62 63 'schoolfee': 'School Fee', 63 64 'carryover1': 'One Carry-Over', 64 65 'carryover2': 'Two Carry-Overs', 65 66 'carryover3': 'Three Carry-Overs', 66 'clearance': 'Acceptance',67 67 'bed_allocation': 'Bed Allocation', 68 68 'hostel_maintenance': 'Hostel Maintenance', … … 105 105 106 106 SELECTABLE_PAYMENT_CATEGORIES = { 107 'clearance': 'Acceptance', 107 108 'schoolfee': 'School Fee', 108 109 'carryover1': 'One Carry-Over',
Note: See TracChangeset for help on using the changeset viewer.