Commit c8a69023 authored by Sebastien Robin's avatar Sebastien Robin

fixed typo error

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10730 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 28781e4b
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
transaction = state_change[\'object\']\n transaction = state_change[\'object\']\n
\n \n
line_list = transaction.getMovementList()\n line_list = transaction.getMovementList()\n
portal_worfklow = transaction.portal_workflow\n portal_workflow = transaction.portal_workflow\n
\n \n
for line in line_list:\n for line in line_list:\n
aggregate_list = line.getAggregateValueList()\n aggregate_list = line.getAggregateValueList()\n
...@@ -134,12 +134,11 @@ for line in line_list:\n ...@@ -134,12 +134,11 @@ for line in line_list:\n
<string>transaction</string> <string>transaction</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>line_list</string> <string>line_list</string>
<string>portal_worfklow</string> <string>portal_workflow</string>
<string>_getiter_</string> <string>_getiter_</string>
<string>line</string> <string>line</string>
<string>aggregate_list</string> <string>aggregate_list</string>
<string>aggregate</string> <string>aggregate</string>
<string>portal_workflow</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
24 26
\ No newline at end of file \ 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