Commit a5535be1 authored by Vincent Pelletier's avatar Vincent Pelletier

Setter argument is required.

parent 0eb3c1e8
......@@ -54,7 +54,7 @@
# accounting lines when a Payment Transaction is cloned.\n
for line in context.getMovementList(\n
portal_type=context.getPortalAccountingMovementTypeList()):\n
line.setAggregate()\n
line.setAggregate(None)\n
</string> </value>
</item>
<item>
......
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