Commit 74140967 authored by Sebastien Robin's avatar Sebastien Robin

missing tool in the call of getObjectList


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3859 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1f5f98f0
......@@ -225,7 +225,7 @@ class SQLDict(RAMDict):
if self.validateMessage(activity_tool, m, uid_list, line.priority, next_processing_date):
if m.hasExpandMethod():
try:
count += len(m.getObjectList())
count += len(m.getObjectList(activity_tool))
except ConflictError:
raise
except:
......
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