Changeset 16373 for main/waeup.uniben


Ignore:
Timestamp:
14 Jan 2021, 10:21:16 (4 years ago)
Author:
Henrik Bettermann
Message:

Abbreviate titles.

File:
1 edited

Legend:

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

    r16132 r16373  
    118118
    119119    DISABLE_PAYMENT_GROUP_DICT = {
    120         'sf_all': 'School Fee - All Students',
    121         'sf_found': 'School Fee - Foundation Students',
    122         'sf_pg': 'School Fee - Postgraduate Students',
    123         'sf_pt': 'School Fee - UG Part-Time Students',
    124         'sf_ft': 'School Fee - UG Full-Time Students',
    125         'sf_sw': 'School Fee - Sandwich Students',
    126         'sf_dp': 'School Fee - Diploma Students',
    127         'maint_all': 'Accommodation Fee - All Students',
    128         'cl_all': 'Clearance/Acceptance Fee - All Students',
    129         'cl_jupeb': 'Clearance/Acceptance Fee - JUPEB Students',
     120        'sf_all':    'School Fee - All',
     121        'sf_found':  'School Fee - Foundation',
     122        'sf_pg':     'School Fee - PG',
     123        'sf_pt':     'School Fee - UG PT',
     124        'sf_ft':     'School Fee - UG FT',
     125        'sf_sw':     'School Fee - Sandwich',
     126        'sf_dp':     'School Fee - Diploma',
     127        'maint_all': 'Accomm. Fee - All',
     128        'cl_all':    'Accept. Fee- All',
     129        'cl_jupeb':  'Accept. Fee - JUPEB',
    130130        }
    131131
Note: See TracChangeset for help on using the changeset viewer.