Ignore:
Timestamp:
11 Feb 2015, 21:38:41 (10 years ago)
Author:
Henrik Bettermann
Message:

Add 'Issuance of Patent and Proprietary Medicines Vendors License' contract.

File:
1 edited

Legend:

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

    r12591 r12601  
    2727    IROPContractProcess,
    2828    IRPRContractProcess,
    29     IRPCContractProcess)
     29    IRPCContractProcess,
     30    IIPPMVLContractProcess)
    3031from ikobacustom.pcn.interfaces import MessageFactory as _
    3132
     
    8687    title = _(u'Registration as Pharmaceutical Chemist Contracts')
    8788    class_name = 'RPCContract'
     89
     90class 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.