Changeset 12364 for main/waeup.ikoba/trunk/src/waeup
- Timestamp:
- 2 Jan 2015, 07:56:25 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/tests/test_batching.py
r12363 r12364 102 102 self.product.contract_category = u'sample' 103 103 self.product.valid_from = datetime.date(2015, 12, 4) 104 self.product.tc_dict = {'en': u'Hello world'} 104 105 option = ProductOption() 105 106 option.title = u'Base Fee'
Note: See TracChangeset for help on using the changeset viewer.