Commit 832fc753 authored by Jérome Perrin's avatar Jérome Perrin

payment_mean: fix a wrongly named script

parent 3892cbde
......@@ -62,7 +62,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>PaymentTransactionLine_setAggregate</string> </value>
<value> <string>AccountingTransactionLine_setAggregate</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -18,6 +18,6 @@ for i in xrange(0, object_list_len, batch_size):
current_path_list = payment_relative_url_list[i:i+batch_size]
activate(activity='SQLQueue', activate_kw=activate_kw,).callMethodOnObjectList(
current_path_list,
'PaymentTransactionLine_setAggregate',
'AccountingTransactionLine_setAggregate',
aggregate=aggregate,
activate_kw=activate_kw)
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