Changeset 13638


Ignore:
Timestamp:
20 Jan 2016, 10:38:41 (9 years ago)
Author:
Henrik Bettermann
Message:

Add additional balance payment categories.

File:
1 edited

Legend:

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

    r13635 r13638  
    7777        }
    7878
     79    BALANCE_PAYMENT_CATEGORIES = {
     80        'schoolfee': 'School Fee',
     81        'clearance': 'Acceptance Fee',
     82        'hostel_maintenance': 'Hostel Maintenance Fee',
     83        }
     84
    7985    APP_CATS_DICT = {
    8086        'basic': 'PUTME, PUDE, PCE, PRENCE',
Note: See TracChangeset for help on using the changeset viewer.