Ignore:
Timestamp:
12 Feb 2015, 09:56:13 (10 years ago)
Author:
Henrik Bettermann
Message:

Add Renewal of Patent and Proprietary Medicines Vendors License.

File:
1 edited

Legend:

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

    r12601 r12604  
    2828    IRPRContractProcess,
    2929    IRPCContractProcess,
    30     IIPPMVLContractProcess)
     30    IIPPMVLContractProcess,
     31    IRPPMVLContractProcess)
    3132from ikobacustom.pcn.interfaces import MessageFactory as _
    3233
     
    9596    title = _(u'Issuance of Patent and Proprietary Medicines Vendors Licenses')
    9697    class_name = 'IPPMVLContract'
     98
     99class RPPMVLContractExporter(ContractExporterBase):
     100    """Exporter for Contract instances.
     101    """
     102    grok.name('rppmvlcontracts')
     103    iface = IRPPMVLContractProcess
     104    title = _(u'Renewal of Patent and Proprietary Medicines Vendors Licenses')
     105    class_name = 'RPPMVLContract'
Note: See TracChangeset for help on using the changeset viewer.