Commit f6ebb9f9 authored by Aurel's avatar Aurel

remove call to script that can delete document

fix getCurrentTrackingList params

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21351 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 97947035
......@@ -69,7 +69,7 @@
from Products.ERP5Type.Message import Message\n
\n
current_tracking_list = [x.getObject() for x in context.portal_simulation.getCurrentTrackingList(\n
to_date=at_date, node=node_url,\n
at_date=at_date, node=node_url,\n
where_expression="item_catalog.portal_type=\'Check\' or item_catalog.portal_type=\'Checkbook\'")]\n
aggregate_uid_list = [x.uid for x in current_tracking_list]\n
for line in context.getMovementList():\n
......
......@@ -51,7 +51,7 @@
</item>
<item>
<key> <string>script_name</string> </key>
<value> <string>cancelCheckbookReception</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
398
\ No newline at end of file
399
\ 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