- Timestamp:
- 14 Feb 2015, 17:22:51 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/batching.py
r12616 r12617 33 33 IRPPMVLContract, 34 34 IAPPITContract, 35 IRPTContract 35 IRPTContract, 36 IAPPTContract 36 37 ) 37 38 from ikobacustom.pcn.interfaces import MessageFactory as _ … … 136 137 iface = IRPTContract 137 138 factory_name = 'waeup.RPTContract' 139 140 class APPTContractProcessor(ContractProcessorBase): 141 """A batch processor for IAPPTContract objects. 142 """ 143 util_name = 'apptcontractprocessor' 144 grok.name(util_name) 145 name = _('License Processor: Annual Permit for Pharmacy Technician') 146 iface = IAPPTContract 147 factory_name = 'waeup.APPTContract'
Note: See TracChangeset for help on using the changeset viewer.