Commit b88b61ac authored by Jean-Paul Smets's avatar Jean-Paul Smets

Fixed missing parent access.

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@36058 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 382cedd6
......@@ -96,6 +96,8 @@ class ExplainableMixin:
# Make sure not to include same delivery twice
result.append(delivery_or_item)
document = document.getParentValue()
return result
security.declareProtected(Permissions.AccessContentsInformation,'getRootExplanationValue')
......
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