Commit f4b364fd authored by Jean-Paul Smets's avatar Jean-Paul Smets

When displaying the list of categoies in accounting lines, it is better to...

When displaying the list of categoies in accounting lines, it is better to show too much than not enough. Also, setting to stric was breaking compatibility with existing accounting databases.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10347 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6fdadfc5
......@@ -130,7 +130,7 @@ def getItemList(category=None, portal_path=None, mirror=0,\n
sort_method=sort,\n
# we don\'t want strict membership if now category\n
# has been found.\n
strict_membership=(category is not None),\n
strict_membership=0,\n
filter=filter_dict)\n
return item_list\n
\n
......
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