Changeset 12512 for main/kofacustom.wdu


Ignore:
Timestamp:
23 Jan 2015, 16:10:04 (10 years ago)
Author:
Henrik Bettermann
Message:

Configure SELECTABLE_PAYMENT_CATEGORIES.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.wdu/trunk/src/kofacustom/wdu/utils/utils.py

    r12478 r12512  
    3636        }
    3737
    38     SELECTABLE_PAYMENT_CATEGORIES = deepcopy(PAYMENT_CATEGORIES)
     38    SELECTABLE_PAYMENT_CATEGORIES = {
     39        'schoolfee': 'School Fees',
     40        #'clearance': 'Acceptance Fee',
     41        #'bed_allocation': 'Bed Allocation Fee',
     42        #'hostel_maintenance': 'Hostel Maintenance Fee',
     43        #'transfer': 'Transfer Fee',
     44        #'gown': 'Gown Hire Fee',
     45        #'transcript': 'Transcript Fee',
     46        }
    3947
    4048    PREVIOUS_PAYMENT_CATEGORIES = deepcopy(SELECTABLE_PAYMENT_CATEGORIES)
Note: See TracChangeset for help on using the changeset viewer.