Commit a88392a2 authored by Łukasz Nowak's avatar Łukasz Nowak

- filter specialise by portal type

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26897 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 57263599
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>specialise = context.getSpecialiseValue()\n
<value> <string>specialise = context.getSpecialiseValue(portal_type=(\'Purchase Trade Condition\',\'Sale Trade Condition\'))\n
\n
if specialise:\n
return specialise.getAggregatedAmountList(context)\n
......
179
\ No newline at end of file
180
\ 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