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

filtering on accounting module can be done on 'id'



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10624 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 919452d0
......@@ -87,6 +87,7 @@ if kw.get(\'stat\'):\n
# is list filtered ?\n
elif \'title\' in selection_params or \\\n
\'preferred_gap_id\' in selection_params or\\\n
\'id\' in selection_params or \\\n
\'transalated_validation_state_title\' in selection_params:\n
# if yes, apply the same filter here\n
kwd[\'stock.node_uid\'] = [x.uid for x in\n
......
......@@ -85,6 +85,7 @@ if selection.isInvertMode() :\n
params[\'node_uid\'] = selection.getInvertModeUidList()\n
elif \'title\' in selection_params or \\\n
\'preferred_gap_id\' in selection_params or \\\n
\'id\' in selection_params or \\\n
\'translated_validation_state_title\' in selection_params:\n
# if list is filtered, apply the same filter here\n
params[\'node_uid\'] = [x.uid for x in\n
......
76
\ No newline at end of file
77
\ 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