Ignore:
Timestamp:
11 Nov 2015, 08:48:07 (9 years ago)
Author:
Henrik Bettermann
Message:

Reenable payment categories.

File:
1 edited

Legend:

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

    r13424 r13435  
    4848
    4949    SELECTABLE_PAYMENT_CATEGORIES = {
    50         #'schoolfee': 'School Fee without additional fees',
     50        'schoolfee': 'School Fee without additional fees',
    5151        #'schoolfee_1': 'School Fee 1st instalment',
    5252        #'schoolfee_2': 'School Fee 2nd instalment',
    5353        'schoolfee_incl': 'School Fee + Students\' Union Dues + Welfare Assurance Fee',
    54         #'clearance': 'Acceptance Fee without additional fees',
     54        'clearance': 'Acceptance Fee without additional fees',
    5555        'clearance_incl': 'Acceptance Fee + Matric Gown Fee + Lapel/File Fee',
    5656        'hostel_maintenance': 'Hostel Accommodation Fee',
     
    6060        'transcript': 'Transcript Fee',
    6161        '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',
    6666        'concessional': 'Concessional Fee',
    6767        }
Note: See TracChangeset for help on using the changeset viewer.