Commit af7b14b1 authored by Łukasz Nowak's avatar Łukasz Nowak

- call path, instead of passing method


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36012 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e6f9bb51
......@@ -176,7 +176,7 @@ for month in range(1, month_count + 1):\n
portal_type=ptr.getPortalAccountingMovementTypeList()):\n
if line.getGroupingReference():\n
line.activate(after_path_and_method_id=(\n
(ptr.getPath(), line.getPath),\n
(ptr.getPath(), line.getPath()),\n
(\'recursiveImmediateReindexObject\',\n
\'immediateReindexObject\')),\n
).AccountingTransactionLine_resetGroupingReference()\n
......
163
\ No newline at end of file
164
\ No newline at end of file
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