Commit 2c53e406 authored by Romain Courteaud's avatar Romain Courteaud

Use getExplanationUid instead of getDestinationUid.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8372 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ce29123d
...@@ -136,7 +136,7 @@ class InventoryListBrain(ZSQLBrain): ...@@ -136,7 +136,7 @@ class InventoryListBrain(ZSQLBrain):
Return the quantity of the current delivery for a resource Return the quantity of the current delivery for a resource
""" """
total_kw = { total_kw = {
'explanation_uid': self.getDeliveryUid(), 'explanation_uid': self.getExplanationUid(),
'resource_uid': self.resource_uid, 'resource_uid': self.resource_uid,
'variation_text': self.variation_text, 'variation_text': self.variation_text,
} }
......
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