Changeset 13403 for main/waeup.aaue/trunk/src/waeup/aaue/utils
- Timestamp:
- 7 Nov 2015, 06:16:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r13402 r13403 31 31 'schoolfee_1': 'School Fee 1st instalment', 32 32 'schoolfee_2': 'School Fee 2nd instalment', 33 'schoolfee_incl': 'School Fee plus Students\' Union and Welfare Assurance Fees',33 'schoolfee_incl': 'School Fee plus', 34 34 'clearance': 'Acceptance Fee', 35 'clearance_incl': 'Acceptance Fee plus Matric Gown and Lapel/File Fees',35 'clearance_incl': 'Acceptance Fee plus', 36 36 'hostel_maintenance': 'Hostel Maintenance Fee', 37 37 'application': 'Application Fee', … … 50 50 51 51 SELECTABLE_PAYMENT_CATEGORIES = { 52 'schoolfee': 'School Fee ',52 'schoolfee': 'School Fee without additional fees', 53 53 #'schoolfee_1': 'School Fee 1st instalment', 54 54 #'schoolfee_2': 'School Fee 2nd instalment', 55 'schoolfee_incl': 'School Fee plus Students\' Union and Welfare Assurance Fees',56 'clearance': 'Acceptance Fee ',57 'clearance_incl': 'Acceptance Fee plus Matric Gown and Lapel/File Fees',55 'schoolfee_incl': 'School Fee plus Students\' Union and Welfare Assurance fees', 56 'clearance': 'Acceptance Fee without additional fees', 57 'clearance_incl': 'Acceptance Fee plus Matric Gown and Lapel/File fees', 58 58 'hostel_maintenance': 'Hostel Maintenance Fee', 59 59 'application': 'Application Fee',
Note: See TracChangeset for help on using the changeset viewer.