Commit 1802fbba authored by Sebastien Robin's avatar Sebastien Robin

fixed variable name

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13978 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cbdc4061
......@@ -84,7 +84,7 @@ if len(line_list)==0:\n
\n
baobab_source = transaction.getBaobabSource()\n
at_date = transaction.getStartDate()\n
context.CheckbookDelivery_checkAggregateStockList(at_date=at_date, node_url = baobab_source)\n
transaction.CheckbookDelivery_checkAggregateStockList(at_date=at_date, node_url = baobab_source)\n
\n
if msg is not None:\n
raise ValidationFailed, (msg,)\n
......@@ -145,7 +145,6 @@ if msg is not None:\n
<string>len</string>
<string>baobab_source</string>
<string>at_date</string>
<string>context</string>
</tuple>
</value>
</item>
......
148
\ No newline at end of file
150
\ 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