Ignore:
Timestamp:
9 Jun 2017, 05:03:42 (7 years ago)
Author:
Henrik Bettermann
Message:

Add more groups for disabling student payments.

File:
1 edited

Legend:

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

    r14598 r14688  
    106106    DISABLE_PAYMENT_GROUP_DICT = {
    107107        'sf_all': 'School Fee - All Students',
     108        'sf_found': 'School Fee - Foundation Students',
     109        'sf_pg': 'School Fee - Postgraduate Students',
     110        'sf_pt': 'School Fee - UG Part-Time Students',
     111        'sf_ft': 'School Fee - UG Full-Time Students',
     112        'sf_sw': 'School Fee - Sandwich Students',
     113        'sf_dp': 'School Fee - Diploma Students',
    108114        'maint_all': 'Accommodation Fee - All Students',
    109         'sf_found': 'School Fee - Foundation Students',
    110115        }
    111116
Note: See TracChangeset for help on using the changeset viewer.