Changeset 9756


Ignore:
Timestamp:
1 Dec 2012, 10:07:50 (12 years ago)
Author:
Henrik Bettermann
Message:

SELECTABLE_PAYMENT_CATEGORIES must also be customized.

File:
1 edited

Legend:

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

    r9444 r9756  
    4040        'application': 'Application Fee'
    4141        }
     42
     43    SELECTABLE_PAYMENT_CATEGORIES = {
     44        'schoolfee': 'School Fee',
     45        'clearance': 'Acceptance Fee',
     46        'hostel_maintenance': 'Hostel Maintenance Fee',
     47        'application': 'Application Fee'
     48        }
Note: See TracChangeset for help on using the changeset viewer.