Ignore:
Timestamp:
27 Nov 2012, 15:02:34 (12 years ago)
Author:
Henrik Bettermann
Message:

Setup SELECTABLE_PAYMENT_CATEGORIES dictionary. Uniben students must not see the regular maintenance fee button.

File:
1 edited

Legend:

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

    r9727 r9731  
    5050        'clearance': 'Acceptance Fee',
    5151        'bed_allocation': 'Bed Allocation Fee',
    52         'hostel_maintenance': 'Hostel Maint. Fee',
     52        'hostel_maintenance': 'Hostel Maintenance Fee',
    5353        'tempmaint_1': 'Hall 1-4 M/F Ekehuan',
    5454        'tempmaint_2': 'Hall 5 M/F',
     
    5858        'application': 'Application Fee'
    5959        }
     60
     61    SELECTABLE_PAYMENT_CATEGORIES = {
     62        'schoolfee': 'School Fee',
     63        'clearance': 'Acceptance Fee',
     64        'tempmaint_1': 'Hall 1-4 M/F Ekehuan Maintenance Fee',
     65        'tempmaint_2': 'Hall 5 M/F Maintenance Fee',
     66        'tempmaint_3': 'Clinical Hostel Maintenance Fee',
     67        'gown': 'Gown Hire Fee',
     68        'application': 'Application Fee'
     69        }
Note: See TracChangeset for help on using the changeset viewer.