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/hostels/interfaces.py

    r9199 r9400  
    2323from waeup.kofa.interfaces import MessageFactory as _
    2424from waeup.kofa.hostels.vocabularies import (
    25     bed_letters, blocks, special_handling, StudentSource)
     25    bed_letters, blocks, SpecialHandlingSource, StudentSource)
    2626
    2727class IHostelsContainer(IKofaObject):
     
    172172    special_handling = schema.Choice(
    173173        title = _(u'Special Handling'),
    174         vocabulary = special_handling,
     174        source = SpecialHandlingSource(),
    175175        required = True,
    176176        default = u'regular',
Note: See TracChangeset for help on using the changeset viewer.