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

Configure IROPContract.

Add IRONContractOfficialUse and IROPContractOfficialUse.

File:
1 edited

Legend:

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

    r12499 r12501  
    2929from ikobacustom.pcn.customers.interfaces import (
    3030    IRONContract, IRONContractEdit, IRONContractProcess,
    31     IROPContract, IROPContractEdit, IROPContractProcess)
     31    IROPContract, IROPContractEdit, IROPContractProcess,
     32    IRONContractOfficialUse, IROPContractOfficialUse)
    3233
    3334
     
    4748
    4849    edit_form_fields_interface = IRONContractEdit
     50
     51    ou_form_fields_interface = IRONContractOfficialUse
    4952
    5053    check_docs_interface = IRONContract
     
    8487    edit_form_fields_interface = IROPContractEdit
    8588
     89    ou_form_fields_interface = IROPContractOfficialUse
     90
    8691    check_docs_interface = IROPContract
    8792
Note: See TracChangeset for help on using the changeset viewer.