Changeset 12283 for main/waeup.ikoba/trunk/src/waeup/ikoba/customers
- Timestamp:
- 21 Dec 2014, 11:26:41 (10 years ago)
- Location:
- main/waeup.ikoba/trunk/src/waeup/ikoba/customers
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/batching.py
r12281 r12283 560 560 grok.name(util_name) 561 561 562 name = _(' Sample Contract Processor')562 name = _('Customer Sample Contract Processor') 563 563 iface = ISampleContract 564 564 factory_name = 'waeup.SampleContract' -
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/export.py
r12280 r12283 247 247 iface = ISampleContract 248 248 class_name = 'SampleContract' 249 title = _(u' Sample Contracts')249 title = _(u'Customer Sample Contracts') -
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/tests/test_batching.py
r12281 r12283 502 502 if len(i) > 10][0] 503 503 self.assertTrue( 504 'INFO - system - Sample Contract Processor - sample_contract_data - '504 'INFO - system - Customer Sample Contract Processor - sample_contract_data - ' 505 505 'X666666 - %s - updated: title=My 4th contract, ' 506 506 'product_object=SAM, document_object=DOC1' % conid
Note: See TracChangeset for help on using the changeset viewer.