Changeset 9405 for main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py
- Timestamp:
- 24 Oct 2012, 21:31:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py
r9400 r9405 149 149 'blocked': 'Blocked Hostel', 150 150 'pd': 'Postgraduate Hostel' 151 } 152 153 PAYMENT_CATEGORIES = { 154 'schoolfee': 'School Fee', 155 'clearance': 'Acceptance Fee', 156 'bed_allocation': 'Bed Allocation Fee', 157 'hostel_maintenance': 'Hostel Maintenance Fee', 158 'transfer': 'Transfer Fee', 159 'gown': 'Gown Hire Fee', 160 'application': 'Application Fee' 151 161 } 152 162
Note: See TracChangeset for help on using the changeset viewer.