Changeset 13374 for main/waeup.aaue/trunk/src/waeup/aaue/utils
- Timestamp:
- 1 Nov 2015, 14:11:52 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r13348 r13374 39 39 'transcript': 'Transcript Fee', 40 40 'late_registration': 'Late Course Registration Fee', 41 'welfare': 'AAU Student Welfare Assurance Fee', 42 'union': 'Students\' Union Due', 43 'lapel': 'AAU Lapel/File Fee', 44 'matric_gown': 'Matriculation Gown Fee', 45 'concessional': 'Concessional Fee', 46 'medical': 'Medical Student Acceptance Fee', 41 47 } 42 48 … … 46 52 #'schoolfee_2': 'School Fee 2nd instalment', 47 53 'clearance': 'Acceptance Fee', 48 #'hostel_maintenance': 'Hostel Maintenance Fee',54 'hostel_maintenance': 'Hostel Maintenance Fee', 49 55 'application': 'Application Fee', 50 56 #'gown': 'Gown Hire Fee', … … 53 59 'transcript': 'Transcript Fee', 54 60 'late_registration': 'Late Course Registration Fee', 61 'welfare': 'AAU Student Welfare Assurance Fee', 62 'union': 'Students\' Union Due', 63 'lapel': 'AAU Lapel/File Fee', 64 'matric_gown': 'Matriculation Gown Fee', 65 'concessional': 'Concessional Fee', 66 'medical': 'Medical Student Acceptance Fee', 55 67 } 56 68
Note: See TracChangeset for help on using the changeset viewer.