Commit a0d4cbe8 authored by Jérome Perrin's avatar Jérome Perrin

only expend items providing IExpendable

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43777 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3d296a0d
......@@ -55,7 +55,8 @@
for open_order_line in context.contentValues():\n
for path in [open_order_line] + open_order_line.getCellValueList():\n
for item in path.getAggregateValueList():\n
subscription_item_dict[item] = 1\n
if item.providesIExpendable():\n
subscription_item_dict[item] = 1\n
\n
# XXX tag / after tag !\n
for item in subscription_item_dict:\n
......
85
\ No newline at end of file
86
\ 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