Ignore:
Timestamp:
24 Oct 2012, 05:16:32 (12 years ago)
Author:
Henrik Bettermann
Message:

Make special handling of beds more easily customizable.

File:
1 edited

Legend:

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

    r9131 r9400  
    143143        3: 'Combined',
    144144        9: 'N/A'
     145        }
     146
     147    SPECIAL_HANDLING_DICT = {
     148        'regular': 'Regular Hostel',
     149        'blocked': 'Blocked Hostel',
     150        'pd': 'Postgraduate Hostel'
    145151        }
    146152
Note: See TracChangeset for help on using the changeset viewer.