Ignore:
Timestamp:
20 Jan 2015, 08:31:25 (10 years ago)
Author:
Henrik Bettermann
Message:

Add second batch of contract components which are so far a copy of the IRONContract components.

File:
1 edited

Legend:

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

    r12484 r12499  
    2323from ikobacustom.pcn.customers.interfaces import (
    2424    IPCNCustomer, IPCNCustomerJPGDocument,
    25     IPCNCustomerPDFDocument, IRONContract)
     25    IPCNCustomerPDFDocument, IRONContract, IROPContract)
    2626from ikobacustom.pcn.interfaces import MessageFactory as _
    2727
     
    5555    grok.name('roncontracts')
    5656    iface = IRONContract
    57     title = _(u'PCN Customer License Contracts')
     57    title = _(u'Retention of Name Contracts')
    5858    class_name = 'RONContract'
     59
     60
     61class ROPContractExporter(ContractExporterBase):
     62    """Exporter for Contract instances.
     63    """
     64    grok.name('ropcontracts')
     65    iface = IROPContract
     66    title = _(u'Registration of Premises Contracts')
     67    class_name = 'ROPContract'
Note: See TracChangeset for help on using the changeset viewer.