Changeset 13653 for main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/utils
- Timestamp:
- 7 Feb 2016, 07:32:25 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/utils/utils.py
r13278 r13653 61 61 PAYMENT_CATEGORIES = { 62 62 'schoolfee': 'School Fee', 63 'carryover1': ' 1 CarryOver',64 'carryover2': ' 2 CarryOvers',65 'carryover3': ' 3 CarryOvers',63 'carryover1': 'One Carry-Over', 64 'carryover2': 'Two Carry-Overs', 65 'carryover3': 'Three Carry-Overs', 66 66 'clearance': 'Acceptance', 67 67 'bed_allocation': 'Bed Allocation', … … 105 105 SELECTABLE_PAYMENT_CATEGORIES = { 106 106 'schoolfee': 'School Fee', 107 'carryover1': 'One Carry Over',108 'carryover2': 'Two Carry Overs',109 'carryover3': 'Three Carry Overs',107 'carryover1': 'One Carry-Over', 108 'carryover2': 'Two Carry-Overs', 109 'carryover3': 'Three Carry-Overs', 110 110 'hostel_maintenance': 'Hostel Maintenance', 111 111 'certificate': 'ND Certificate',
Note: See TracChangeset for help on using the changeset viewer.