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

    r12097 r12098  
    2929
    3030from waeup.ikoba.customers.vocabularies import (
    31     contextual_reg_num_source, GenderSource, nats_vocab, AppCatProductSource)
     31    contextual_reg_num_source, GenderSource, nats_vocab, ConCatProductSource)
    3232
    3333
     
    289289    product = schema.Choice(
    290290        title = _(u'Product'),
    291         source = AppCatProductSource(),
     291        source = ConCatProductSource(),
    292292        required = False,
    293293        )
     
    300300    product = schema.Choice(
    301301        title = _(u'Product'),
    302         source = AppCatProductSource(),
    303         required = True,
    304         )
     302        source = ConCatProductSource(),
     303        required = True,
     304        )
Note: See TracChangeset for help on using the changeset viewer.