Commit b3a6d79c authored by Sebastien Robin's avatar Sebastien Robin

fixed typo error

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14004 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9611005c
......@@ -82,9 +82,8 @@ line_list = transaction.objectValues()\n
if len(line_list)==0:\n
msg = Message(domain="ui", message="Sorry, you must select at least one check or checkbook")\n
\n
baobab_source = transaction.getBaobabSource()\n
at_date = transaction.getStartDate()\n
transaction.CheckbookDelivery_checkAggregateStockList(at_date=at_date, node_url = baobab_source)\n
transaction.CheckbookDelivery_checkAggregateStockList(at_date=at_date, node_url = source)\n
\n
if msg is not None:\n
raise ValidationFailed, (msg,)\n
......@@ -143,7 +142,6 @@ if msg is not None:\n
<string>msg</string>
<string>line_list</string>
<string>len</string>
<string>baobab_source</string>
<string>at_date</string>
</tuple>
</value>
......
......@@ -81,7 +81,7 @@ if len(line_list)==0:\n
msg = Message(domain="ui", message="Sorry, you must select at least one check or checkbook")\n
\n
at_date = transaction.getStartDate()\n
transaction.CheckbookDelivery_checkAggregateStockList(at_date=at_date, node_url = baobab_source)\n
transaction.CheckbookDelivery_checkAggregateStockList(at_date=at_date, node_url = source)\n
\n
if msg is not None:\n
raise ValidationFailed, (msg,)\n
......@@ -141,7 +141,6 @@ if msg is not None:\n
<string>line_list</string>
<string>len</string>
<string>at_date</string>
<string>baobab_source</string>
</tuple>
</value>
</item>
......
158
\ No newline at end of file
160
\ 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