Changeset 17461 for main/waeup.aaue


Ignore:
Timestamp:
30 Jun 2023, 08:01:25 (15 months ago)
Author:
Henrik Bettermann
Message:

Change payment category title.

File:
1 edited

Legend:

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

    r17456 r17461  
    8787
    8888    SELECTABLE_PAYMENT_CATEGORIES = {
    89         'schoolfee': 'School Fees without additional fees',
    90         'schoolfee_1': 'School Fees incl. additional fees (1st instalment)',
     89        'schoolfee': 'School Fees',
     90        'schoolfee_1': 'School Fees Plus (1st instalment)',
    9191        'schoolfee_2': 'School Fees (2nd instalment)',
    92         'schoolfee_incl': 'School Fees incl. additional fees',
    93         'clearance': 'Acceptance Fee without additional fees',
    94         'clearance_incl': 'Acceptance Fee incl. additional fees',
     92        'schoolfee_incl': 'School Fees Plus',
     93        'clearance': 'Acceptance Fee',
     94        'clearance_incl': 'Acceptance Fee Plus',
    9595        'hostel_maintenance': 'Hostel Accommodation Fee',
    9696        #'application': 'Application Fee',
    97         #'bed_allocation': 'Bed Allocation Fee',
     97        'bed_allocation': 'Bed Allocation Fee',
    9898        #'transfer': 'Transfer Fee',
    9999        ##'transcript_local': 'Local Transcript Fee',
Note: See TracChangeset for help on using the changeset viewer.