Ignore:
Timestamp:
8 Nov 2015, 06:18:44 (9 years ago)
Author:
Henrik Bettermann
Message:

Remove duplicate payment category.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py

    r13403 r13410  
    3131        'schoolfee_1': 'School Fee 1st instalment',
    3232        'schoolfee_2': 'School Fee 2nd instalment',
    33         'schoolfee_incl': 'School Fee plus',
     33        'schoolfee_incl': 'School Fee Plus',
    3434        'clearance': 'Acceptance Fee',
    35         'clearance_incl': 'Acceptance Fee plus',
     35        'clearance_incl': 'Acceptance Fee Plus',
     36        'clearance_medical': 'Medical Student Acceptance Fee',
     37        'clearance_medical_incl': 'Medical Student Acceptance Fee Plus',
     38        'medical': 'Medical Student Acceptance Fee', # deprecated
    3639        'hostel_maintenance': 'Hostel Maintenance Fee',
    3740        'application': 'Application Fee',
     
    4649        'matric_gown': 'Matriculation Gown Fee',
    4750        'concessional': 'Concessional Fee',
    48         'medical': 'Medical Student Acceptance Fee',
    4951        }
    5052
     
    5355        #'schoolfee_1': 'School Fee 1st instalment',
    5456        #'schoolfee_2': 'School Fee 2nd instalment',
    55         'schoolfee_incl': 'School Fee plus Students\' Union and Welfare Assurance fees',
     57        'schoolfee_incl': 'School Fee + Students\' Union Dues + Welfare Assurance Fee',
    5658        'clearance': 'Acceptance Fee without additional fees',
    57         'clearance_incl': 'Acceptance Fee plus Matric Gown and Lapel/File fees',
     59        'clearance_incl': 'Acceptance Fee + Matric Gown Fee + Lapel/File Fee',
     60        'clearance_medical': 'Medical Student Acceptance Fee',
     61        'clearance_medical_incl': 'Medical Student Acceptance Fee + Matric Gown Fee + Lapel/File Fee',
    5862        'hostel_maintenance': 'Hostel Maintenance Fee',
    5963        'application': 'Application Fee',
     
    6872        'matric_gown': 'Matriculation Gown Fee',
    6973        'concessional': 'Concessional Fee',
    70         'medical': 'Medical Student Acceptance Fee',
    7174        }
    7275
Note: See TracChangeset for help on using the changeset viewer.