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

fix accounting ui tests failures, getPortalAccountingTransactionLineList method never existed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24433 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a632b178
......@@ -81,7 +81,7 @@ section_uid = portal.Base_getSectionUidListForSectionCategory(\n
\n
grouping = dialog_selection_params.get(\'grouping\', \'grouping\')\n
\n
search_kw = dict(portal_type=portal.getPortalAccountingTransactionLineList())\n
search_kw = dict(portal_type=portal.getPortalAccountingMovementTypeList())\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
......
801
\ No newline at end of file
803
\ 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