Commit a3585730 authored by Jérome Perrin's avatar Jérome Perrin

pdm: fix error on "Expanded view" report on Transformation

This report proably needs to be updated more, but at least use proper
getAggregatedAmountList so it no longer crash
parent 35807a47
Pipeline #16791 failed with stage
in 0 seconds
......@@ -4,7 +4,7 @@ tmp_context = context.newContent(
temp_object=True,
quantity=1.0,
variation_category_list=reference_variation_category_list,
resource=context.getRelativeUrl())
resource=context.getResource())
price_currency = kw.get('price_currency', None)
result = context.getAggregatedAmountList(tmp_context)
......
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