- Timestamp:
- 2 Jan 2015, 07:50:34 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/tests/test_batching.py
r12358 r12363 150 150 contract.document_object = self.document 151 151 contract.product_options = self.product.options 152 contract.tc_dict = {'en': u'Hello world'} 152 153 customer['contracts'].addContract(contract) 153 154 self.contract = contract
Note: See TracChangeset for help on using the changeset viewer.