Ignore:
Timestamp:
30 Nov 2014, 21:00:30 (10 years ago)
Author:
Henrik Bettermann
Message:

Renaming batch 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/products/interfaces.py

    r12097 r12098  
    2323from waeup.ikoba.interfaces import MessageFactory as _
    2424
    25 class AppCatSource(ContextualDictSourceFactoryBase):
     25class ConCatSource(ContextualDictSourceFactoryBase):
    2626    """A contract category source delivers all contract categories
    2727    provided in the portal.
    2828    """
    2929    #: name of dict to deliver from kofa utils.
    30     DICT_NAME = 'APP_CATS_DICT'
     30    DICT_NAME = 'CON_CATS_DICT'
    3131
    3232class IProductsContainer(IIkobaObject):
     
    5757    contract_category = schema.Choice(
    5858        title = _(u'Contract Category'),
    59         source = AppCatSource(),
     59        source = ConCatSource(),
    6060        default = u'license',
    6161        required = True,
Note: See TracChangeset for help on using the changeset viewer.