- Timestamp:
- 30 Nov 2014, 21:00:30 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/interfaces.py
r12097 r12098 29 29 30 30 from waeup.ikoba.customers.vocabularies import ( 31 contextual_reg_num_source, GenderSource, nats_vocab, AppCatProductSource)31 contextual_reg_num_source, GenderSource, nats_vocab, ConCatProductSource) 32 32 33 33 … … 289 289 product = schema.Choice( 290 290 title = _(u'Product'), 291 source = AppCatProductSource(),291 source = ConCatProductSource(), 292 292 required = False, 293 293 ) … … 300 300 product = schema.Choice( 301 301 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.