Changeset 13402 for main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
- Timestamp:
- 7 Nov 2015, 05:24:45 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r13400 r13402 31 31 'schoolfee_1': 'School Fee 1st instalment', 32 32 'schoolfee_2': 'School Fee 2nd instalment', 33 'schoolfee_incl': 'School Fee plus Student Union Dues and Welfare Ass.',33 'schoolfee_incl': 'School Fee plus Students\' Union and Welfare Assurance Fees', 34 34 'clearance': 'Acceptance Fee', 35 'clearance_incl': 'Acceptance Fee plus Matric Gown Fee and Lapel Fee',35 'clearance_incl': 'Acceptance Fee plus Matric Gown and Lapel/File Fees', 36 36 'hostel_maintenance': 'Hostel Maintenance Fee', 37 37 'application': 'Application Fee', … … 41 41 'transcript': 'Transcript Fee', 42 42 'late_registration': 'Late Course Registration Fee', 43 'welfare': ' AAUStudent Welfare Assurance Fee',44 'union': 'Students\' Union Due ',45 'lapel': ' AAULapel/File Fee',43 'welfare': 'Student Welfare Assurance Fee', 44 'union': 'Students\' Union Dues', 45 'lapel': 'Lapel/File Fee', 46 46 'matric_gown': 'Matriculation Gown Fee', 47 47 'concessional': 'Concessional Fee', … … 53 53 #'schoolfee_1': 'School Fee 1st instalment', 54 54 #'schoolfee_2': 'School Fee 2nd instalment', 55 'schoolfee_incl': 'School Fee plus Students Union Due and Welfare Ass.',55 'schoolfee_incl': 'School Fee plus Students\' Union and Welfare Assurance Fees', 56 56 'clearance': 'Acceptance Fee', 57 'clearance_incl': 'Acceptance Fee plus Matric Gown Fee and Lapel Fee',57 'clearance_incl': 'Acceptance Fee plus Matric Gown and Lapel/File Fees', 58 58 'hostel_maintenance': 'Hostel Maintenance Fee', 59 59 'application': 'Application Fee', … … 63 63 'transcript': 'Transcript Fee', 64 64 'late_registration': 'Late Course Registration Fee', 65 'welfare': ' AAUStudent Welfare Assurance Fee',66 'union': 'Students\' Union Due ',67 'lapel': ' AAULapel/File Fee',65 'welfare': 'Student Welfare Assurance Fee', 66 'union': 'Students\' Union Dues', 67 'lapel': 'Lapel/File Fee', 68 68 'matric_gown': 'Matriculation Gown Fee', 69 69 'concessional': 'Concessional Fee',
Note: See TracChangeset for help on using the changeset viewer.