- Timestamp:
- 11 Nov 2015, 08:48:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r13424 r13435 48 48 49 49 SELECTABLE_PAYMENT_CATEGORIES = { 50 #'schoolfee': 'School Fee without additional fees',50 'schoolfee': 'School Fee without additional fees', 51 51 #'schoolfee_1': 'School Fee 1st instalment', 52 52 #'schoolfee_2': 'School Fee 2nd instalment', 53 53 'schoolfee_incl': 'School Fee + Students\' Union Dues + Welfare Assurance Fee', 54 #'clearance': 'Acceptance Fee without additional fees',54 'clearance': 'Acceptance Fee without additional fees', 55 55 'clearance_incl': 'Acceptance Fee + Matric Gown Fee + Lapel/File Fee', 56 56 'hostel_maintenance': 'Hostel Accommodation Fee', … … 60 60 'transcript': 'Transcript Fee', 61 61 'late_registration': 'Late Course Registration Fee', 62 #'welfare': 'Student Welfare Assurance Fee',63 #'union': 'Students\' Union Dues',64 #'lapel': 'Lapel/File Fee',65 #'matric_gown': 'Matriculation Gown Fee',62 'welfare': 'Student Welfare Assurance Fee', 63 'union': 'Students\' Union Dues', 64 'lapel': 'Lapel/File Fee', 65 'matric_gown': 'Matriculation Gown Fee', 66 66 'concessional': 'Concessional Fee', 67 67 }
Note: See TracChangeset for help on using the changeset viewer.