- Timestamp:
- 15 Mar 2015, 13:14:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/contracts.py
r12747 r12769 300 300 self.context = context 301 301 currencies = set([x.currency for x in context.product_options]) 302 # Cannot happen, but anyway ... 302 303 if len(currencies) > 1: 303 304 raise ValueError(
Note: See TracChangeset for help on using the changeset viewer.