Ignore:
Timestamp:
29 Dec 2014, 23:05:40 (10 years ago)
Author:
Henrik Bettermann
Message:

Improve contract management. Tests will follow which show that customers can only do what they are allowed to do.

File:
1 edited

Legend:

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

    r12336 r12337  
    5858
    5959    contract_title = schema.TextLine(
    60         title = _(u'Product Title'),
    61         description = _('Product title if empty'),
     60        title = _(u'Contract Title'),
     61        description = _('Product title is used if empty.'),
    6262        required = False,
    6363        )
Note: See TracChangeset for help on using the changeset viewer.