- Timestamp:
- 20 Jan 2015, 18:00:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/contracts.py
r12499 r12501 29 29 from ikobacustom.pcn.customers.interfaces import ( 30 30 IRONContract, IRONContractEdit, IRONContractProcess, 31 IROPContract, IROPContractEdit, IROPContractProcess) 31 IROPContract, IROPContractEdit, IROPContractProcess, 32 IRONContractOfficialUse, IROPContractOfficialUse) 32 33 33 34 … … 47 48 48 49 edit_form_fields_interface = IRONContractEdit 50 51 ou_form_fields_interface = IRONContractOfficialUse 49 52 50 53 check_docs_interface = IRONContract … … 84 87 edit_form_fields_interface = IROPContractEdit 85 88 89 ou_form_fields_interface = IROPContractOfficialUse 90 86 91 check_docs_interface = IROPContract 87 92
Note: See TracChangeset for help on using the changeset viewer.