Ignore:
Timestamp:
27 Feb 2015, 21:56:34 (10 years ago)
Author:
Henrik Bettermann
Message:

Show validity period on contract pages and slips.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/tests/test_browser.py

    r12593 r12634  
    14441444        self.contract.product_object = self.product
    14451445        self.contract.tc_dict = {'en': u'<strong>Hello world</strong>'}
     1446        self.contract.valid_from = date(2015, 12, 4)
     1447        self.contract.valid_to = 'anything'
    14461448        self.contract.title = u'Contract Title'
    14471449        self.browser.open(self.customer_path + '/contracts/CON1')
Note: See TracChangeset for help on using the changeset viewer.