Commit ee4b1bd6 authored by Romain Courteaud's avatar Romain Courteaud

Copy variation property dict on Amount.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4309 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 42422b43
......@@ -373,5 +373,7 @@ class TransformedResource(Predicate, XMLObject, XMLMatrix, Amount):
error_string = error_string
)
tmp_amount.setVariationCategoryList(variation_category_list)
aggregated_amount_list.append( tmp_amount )
# Variation property dict
tmp_amount.setVariationPropertyDict(self.getVariationPropertyDict())
aggregated_amount_list.append(tmp_amount)
return aggregated_amount_list
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