- Timestamp:
- 11 Feb 2015, 21:38:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/export.py
r12591 r12601 27 27 IROPContractProcess, 28 28 IRPRContractProcess, 29 IRPCContractProcess) 29 IRPCContractProcess, 30 IIPPMVLContractProcess) 30 31 from ikobacustom.pcn.interfaces import MessageFactory as _ 31 32 … … 86 87 title = _(u'Registration as Pharmaceutical Chemist Contracts') 87 88 class_name = 'RPCContract' 89 90 class IPPMVLContractExporter(ContractExporterBase): 91 """Exporter for Contract instances. 92 """ 93 grok.name('ippmvlcontracts') 94 iface = IIPPMVLContractProcess 95 title = _(u'Issuance of Patent and Proprietary Medicines Vendors Licenses') 96 class_name = 'IPPMVLContract'
Note: See TracChangeset for help on using the changeset viewer.