Commit 03d20c3c authored by Łukasz Nowak's avatar Łukasz Nowak

- committed local change

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42569 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 86a6289e
...@@ -66,7 +66,8 @@ order_line_list = context.portal_catalog( \n ...@@ -66,7 +66,8 @@ order_line_list = context.portal_catalog( \n
# XXX order line has to display (as order is under approval)\n # XXX order line has to display (as order is under approval)\n
\n \n
result = [x.getAggregateValue(portal_type="Software Instance") for x in line_list]\n result = [x.getAggregateValue(portal_type="Software Instance") for x in line_list]\n
result.extend([x.getObject() for x in order_line_list])\n result.extend([x.getAggregateValue(portal_type="Software Instance") for x in order_line_list])\n
# result.extend([x.getObject() for x in order_line_list])\n
return result\n return result\n
</string> </value> </string> </value>
</item> </item>
...@@ -110,8 +111,7 @@ return result\n ...@@ -110,8 +111,7 @@ return result\n
<string>subscription_item</string> <string>subscription_item</string>
<string>line_list</string> <string>line_list</string>
<string>order_line_list</string> <string>order_line_list</string>
<string>append</string> <string>$list0</string>
<string>$append0</string>
<string>_getiter_</string> <string>_getiter_</string>
<string>x</string> <string>x</string>
<string>result</string> <string>result</string>
......
68 69
\ 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