Changeset 10162 for main/waeup.aaua


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

Uups, there was already a definition for PAYMENT_CATEGORIES.

File:
1 edited

Legend:

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

    r10161 r10162  
    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',
    3927        }
    4028
     
    7462    PAYMENT_CATEGORIES = {
    7563        'schoolfee': 'School Fee',
    76         'carryover1': '1 CarryOver',
    77         'carryover2': '2 CarryOvers',
    78         'carryover3': '3 CarryOvers',
     64        #'schoolfee_1': 'School Fee 1st instalment',
     65        'schoolfee_2': 'School Fee 2nd instalment',
    7966        'clearance': 'Acceptance Fee',
    80         'bed_allocation': 'Bed Allocation Fee',
    81         'hostel_maintenance': 'Hostel Maintenance Fee',
    82         'application': 'Application Fee'
    8367        }
    8468
Note: See TracChangeset for help on using the changeset viewer.