Ignore:
Timestamp:
13 Nov 2015, 13:56:02 (9 years ago)
Author:
Henrik Bettermann
Message:

Customize _isPaymentDisabled.

File:
1 edited

Legend:

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

    r13453 r13454  
    5454        'clearance': 'Acceptance Fee without additional fees',
    5555        'clearance_incl': 'Acceptance Fee + Matric Gown Fee + Lapel/File Fee',
    56         #'hostel_maintenance': 'Hostel Accommodation Fee',
     56        'hostel_maintenance': 'Hostel Accommodation Fee',
    5757        'application': 'Application Fee',
    5858        #'bed_allocation': 'Bed Allocation Fee',
     
    130130        'FRNS': 'Faculty requirements not satisfied',
    131131        }
     132
     133    DISABLE_PAYMENT_GROUP_DICT = {
     134        'sf_all': 'School Fee - All Students',
     135        'maint_all': 'Accommodation Fee - All Students',
     136        }
Note: See TracChangeset for help on using the changeset viewer.