Commit 735b71d5 authored by Jérome Perrin's avatar Jérome Perrin

show only accounting transaction line types

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24352 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2f5eb725
......@@ -81,7 +81,7 @@ section_uid = portal.Base_getSectionUidListForSectionCategory(\n
\n
grouping = dialog_selection_params.get(\'grouping\', \'grouping\')\n
\n
search_kw = dict()\n
search_kw = dict(portal_type=portal.getPortalAccountingTransactionLineList())\n
node = node or request.get(\'node\') or dialog_selection_params.get(\'node\')\n
if node:\n
search_kw[\'node_uid\'] = portal.restrictedTraverse(node).getUid()\n
......
794
\ No newline at end of file
795
\ 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