Ignore:
Timestamp:
4 Dec 2014, 18:10:11 (10 years ago)
Author:
Henrik Bettermann
Message:

Add property attribute is_approvable.

File:
1 edited

Legend:

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

    r12143 r12144  
    276276    last_product_id = Attribute(
    277277        'Id of product recently stored with the contract')
    278     is_editable = Attribute('Document editable by customer')
     278    is_editable = Attribute('Contract editable by customer')
     279    is_approvable = Attribute('Contract approvable by officer')
    279280    translated_class_name = Attribute('Translatable class name')
    280281
Note: See TracChangeset for help on using the changeset viewer.