Ignore:
Timestamp:
11 Feb 2015, 10:44:28 (10 years ago)
Author:
Henrik Bettermann
Message:

Add Registration as Pharmaceutical Chemist contract.

File:
1 edited

Legend:

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

    r12571 r12591  
    2626    IRONContractProcess,
    2727    IROPContractProcess,
    28     IRPRContractProcess)
     28    IRPRContractProcess,
     29    IRPCContractProcess)
    2930from ikobacustom.pcn.interfaces import MessageFactory as _
    3031
     
    7778    title = _(u'Registration in the Provisional Register Contracts')
    7879    class_name = 'RPRContract'
     80
     81class 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.