Ignore:
Timestamp:
22 Jun 2013, 21:39:00 (11 years ago)
Author:
Henrik Bettermann
Message:

Remove futminna customizations which are not applicable here.

Location:
main/waeup.imostate/src/waeup/imostate/utils
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.imostate/src/waeup/imostate/utils/utils.py

    r10340 r10350  
    2727        }
    2828
    29     SPECIAL_HANDLING_DICT = {
    30         'regular': 'Regular Hostel',
    31         'blocked': 'Blocked Hostel',
    32         'sse': 'SSE Hostel'
    33         }
     29
    3430
    3531    PAYMENT_CATEGORIES = {
    36         'schoolfee': 'School Fee',
    37         'clearance': 'Acceptance Fee',
    38         'hostel_maintenance': 'Hostel Maintenance Fee',
    39         'block_h_maintenance': 'Block H Maintenance Fee (deprecated category)',
    40         'application': 'Application Fee'
    4132        }
    4233
    4334    SELECTABLE_PAYMENT_CATEGORIES = {
    44         'schoolfee': 'School Fee',
    45         'clearance': 'Acceptance Fee',
    46         'hostel_maintenance': 'Hostel Maintenance Fee',
    47         'application': 'Application Fee'
    4835        }
Note: See TracChangeset for help on using the changeset viewer.