Ignore:
Timestamp:
5 Jan 2015, 07:45:40 (10 years ago)
Author:
Henrik Bettermann
Message:

Rename PCNContract to emphasize that this contract deelas with licenses only.

File:
1 edited

Legend:

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

    r12384 r12401  
    2626    IPCNCustomerJPGDocument,
    2727    IPCNCustomerPDFDocument,
    28     IPCNContract)
     28    IPCNLicenseContract)
    2929from ikobacustom.pcn.interfaces import MessageFactory as _
    3030
     
    5757    factory_name = 'waeup.PCNCustomerPDFDocument'
    5858
    59 class PCNContractProcessor(ContractProcessorBase):
    60     """A batch processor for IPCNContract objects.
     59class PCNLicenseContractProcessor(ContractProcessorBase):
     60    """A batch processor for IPCNLicenseContract objects.
    6161    """
    62     util_name = 'pcncontractprocessor'
     62    util_name = 'pcnlicensecontractprocessor'
    6363    grok.name(util_name)
    6464    name = _('PCN Customer Contract Processor')
    65     iface = IPCNContract
    66     factory_name = 'waeup.PCNContract'
     65    iface = IPCNLicenseContract
     66    factory_name = 'waeup.PCNLicenseContract'
Note: See TracChangeset for help on using the changeset viewer.