- Timestamp:
- 5 Jan 2015, 07:45:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/batching.py
r12384 r12401 26 26 IPCNCustomerJPGDocument, 27 27 IPCNCustomerPDFDocument, 28 IPCN Contract)28 IPCNLicenseContract) 29 29 from ikobacustom.pcn.interfaces import MessageFactory as _ 30 30 … … 57 57 factory_name = 'waeup.PCNCustomerPDFDocument' 58 58 59 class PCN ContractProcessor(ContractProcessorBase):60 """A batch processor for IPCN Contract objects.59 class PCNLicenseContractProcessor(ContractProcessorBase): 60 """A batch processor for IPCNLicenseContract objects. 61 61 """ 62 util_name = 'pcn contractprocessor'62 util_name = 'pcnlicensecontractprocessor' 63 63 grok.name(util_name) 64 64 name = _('PCN Customer Contract Processor') 65 iface = IPCN Contract66 factory_name = 'waeup.PCN Contract'65 iface = IPCNLicenseContract 66 factory_name = 'waeup.PCNLicenseContract'
Note: See TracChangeset for help on using the changeset viewer.