Commit 5b227ec2 authored by Sebastien Robin's avatar Sebastien Robin

fixed an undefined variable error

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12826 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0c8c7611
......@@ -87,7 +87,7 @@ if len(line_list)==0:\n
\n
baobab_source = transaction.getBaobabSource()\n
reference_date = transaction.getStartDate()\n
current_tracking_list = [x.getObject() for x in getCurrentTrackingList(\n
current_tracking_list = [x.getObject() for x in transaction.portal_simulation.getCurrentTrackingList(\n
at_date=reference_date, node=baobab_source,\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
......@@ -158,7 +158,6 @@ if msg is not None:\n
<string>append</string>
<string>$append0</string>
<string>_getiter_</string>
<string>getCurrentTrackingList</string>
<string>x</string>
<string>current_tracking_list</string>
<string>aggregate_uid_list</string>
......
68
\ No newline at end of file
70
\ 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