- Timestamp:
- 18 Jan 2015, 15:59:43 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/interfaces.py
r12486 r12487 376 376 """ 377 377 378 product_object = schema.Choice(379 title = _(u'Product'),380 source = ConCatProductSource(),381 required = True,382 )383 384 378 document_object = schema.Choice( 385 379 title = _(u'Document'),
Note: See TracChangeset for help on using the changeset viewer.