Changeset 10161 for main/waeup.aaua


Ignore:
Timestamp:
8 May 2013, 09:47:50 (11 years ago)
Author:
Henrik Bettermann
Message:

Add schoolfee_2 item.

File:
1 edited

Legend:

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

    r10160 r10161  
    2525
    2626    PREFERRED_LANGUAGES_DICT = {
     27        }
     28
     29    PAYMENT_CATEGORIES = {
     30        'schoolfee': 'School Fee',
     31        #'schoolfee_1': 'School Fee 1st instalment',
     32        'schoolfee_2': 'School Fee 2nd instalment',
     33        'clearance': 'Acceptance Fee',
     34        'bed_allocation': 'Bed Allocation Fee',
     35        'hostel_maintenance': 'Hostel Maintenance Fee',
     36        'transfer': 'Transfer Fee',
     37        'gown': 'Gown Hire Fee',
     38        'application': 'Application Fee',
    2739        }
    2840
Note: See TracChangeset for help on using the changeset viewer.