Ignore:
Timestamp:
18 Jan 2015, 15:59:43 (10 years ago)
Author:
Henrik Bettermann
Message:

Do not set contract_category default values.

product_object is not an editable attribute of any kind of contract.

File:
1 edited

Legend:

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

    r12486 r12487  
    376376    """
    377377
    378     product_object = schema.Choice(
    379         title = _(u'Product'),
    380         source = ConCatProductSource(),
    381         required = True,
    382         )
    383 
    384378    document_object = schema.Choice(
    385379        title = _(u'Document'),
Note: See TracChangeset for help on using the changeset viewer.