Commit 0ed65b65 authored by Nicolas Wavrant's avatar Nicolas Wavrant

Resource: add property needed to calculate sliced price

parent c168bc4c
...@@ -713,6 +713,7 @@ class Resource(XMLObject, XMLMatrix, VariatedMixin): ...@@ -713,6 +713,7 @@ class Resource(XMLObject, XMLMatrix, VariatedMixin):
'priced_quantity': None, 'priced_quantity': None,
'base_unit_price': None, 'base_unit_price': None,
'sliced_base_price': [], 'sliced_base_price': [],
'sliced_range_list': [],
} }
if mapped_value is None: if mapped_value is None:
return price_parameter_dict return price_parameter_dict
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment