- Timestamp:
- 9 Feb 2015, 08:30:13 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/export.py
r12501 r12571 23 23 from ikobacustom.pcn.customers.interfaces import ( 24 24 IPCNCustomer, IPCNCustomerJPGDocument, 25 IPCNCustomerPDFDocument, IRONContractProcess, IROPContractProcess) 25 IPCNCustomerPDFDocument, 26 IRONContractProcess, 27 IROPContractProcess, 28 IRPRContractProcess) 26 29 from ikobacustom.pcn.interfaces import MessageFactory as _ 27 30 … … 66 69 title = _(u'Registration of Premises Contracts') 67 70 class_name = 'ROPContract' 71 72 class RPRContractExporter(ContractExporterBase): 73 """Exporter for Contract instances. 74 """ 75 grok.name('rprcontracts') 76 iface = IRPRContractProcess 77 title = _(u'Registration in the Provisional Register Contracts') 78 class_name = 'RPRContract'
Note: See TracChangeset for help on using the changeset viewer.