- Timestamp:
- 11 Feb 2015, 10:44:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/export.py
r12571 r12591 26 26 IRONContractProcess, 27 27 IROPContractProcess, 28 IRPRContractProcess) 28 IRPRContractProcess, 29 IRPCContractProcess) 29 30 from ikobacustom.pcn.interfaces import MessageFactory as _ 30 31 … … 77 78 title = _(u'Registration in the Provisional Register Contracts') 78 79 class_name = 'RPRContract' 80 81 class RPCContractExporter(ContractExporterBase): 82 """Exporter for Contract instances. 83 """ 84 grok.name('rpccontracts') 85 iface = IRPCContractProcess 86 title = _(u'Registration as Pharmaceutical Chemist Contracts') 87 class_name = 'RPCContract'
Note: See TracChangeset for help on using the changeset viewer.