Ignore:
Timestamp:
19 Jan 2015, 06:50:16 (10 years ago)
Author:
Henrik Bettermann
Message:

Modify slips.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/products/tests/test_batching.py

    r12487 r12490  
    5959    layer = FunctionalLayer
    6060
    61     _contract_category = u'license'
    62 
    6361    def setUp(self):
    6462        super(ProductImportExportSetup, self).setUp()
     
    8583        product = Product()
    8684        product.product_id = u'LIC'
    87         product.contract_category = self._contract_category
     85        product.contract_category = u'license'
    8886        options = ProductOption()
    8987        options.title = u'Base Fee'
Note: See TracChangeset for help on using the changeset viewer.