Ignore:
Timestamp:
20 Jan 2015, 18:09:03 (10 years ago)
Author:
Henrik Bettermann
Message:

Adjust to changes made in base package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton/customers/contracts.py

    r12335 r12502  
    2828from ikobacustom.skeleton.interfaces import MessageFactory as _
    2929from ikobacustom.skeleton.customers.interfaces import (
    30     ISkeletonContract, ISkeletonContractEdit, ISkeletonContractProcess)
     30    ISkeletonContract, ISkeletonContractEdit, ISkeletonContractProcess,
     31    ISkeletonContractOfficialUse)
    3132
    3233
     
    4647
    4748    edit_form_fields_interface = ISkeletonContractEdit
     49
     50    ou_form_fields_interface = ISkeletonContractOfficialUse
    4851
    4952    check_docs_interface = ISkeletonContract
Note: See TracChangeset for help on using the changeset viewer.