Ignore:
Timestamp:
9 Feb 2015, 08:30:13 (10 years ago)
Author:
Henrik Bettermann
Message:

Add 'Registration in the Provisional Register' contract.

File:
1 edited

Legend:

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

    r12501 r12571  
    2323from ikobacustom.pcn.customers.interfaces import (
    2424    IPCNCustomer, IPCNCustomerJPGDocument,
    25     IPCNCustomerPDFDocument, IRONContractProcess, IROPContractProcess)
     25    IPCNCustomerPDFDocument,
     26    IRONContractProcess,
     27    IROPContractProcess,
     28    IRPRContractProcess)
    2629from ikobacustom.pcn.interfaces import MessageFactory as _
    2730
     
    6669    title = _(u'Registration of Premises Contracts')
    6770    class_name = 'ROPContract'
     71
     72class RPRContractExporter(ContractExporterBase):
     73    """Exporter for Contract instances.
     74    """
     75    grok.name('rprcontracts')
     76    iface = IRPRContractProcess
     77    title = _(u'Registration in the Provisional Register Contracts')
     78    class_name = 'RPRContract'
Note: See TracChangeset for help on using the changeset viewer.