Commit 9ac77c4b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use getRootDeliveryValue() instead of deprecated getDeliveryValue().

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37035 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0dcb946a
......@@ -538,7 +538,7 @@ class Movement(XMLObject, Amount, CompositionMixin, AmountGeneratorMixin):
"""
Returns the object explanation of this movement.
"""
return self.getDeliveryValue()
return self.getRootDeliveryValue()
security.declareProtected( Permissions.AccessContentsInformation,
'getExplanationTitle')
......
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