Commit 95cef72d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

support new simulation hierarchy.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33509 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b020f6c3
......@@ -57,7 +57,7 @@
LOG = lambda msg:context.log("PaySheetTransaction_selectMovement", msg)\n
\n
search_kw=dict(\n
parent_specialise_portal_type=\'Invoice Transaction Rule\',\n
parent_specialise_portal_type=[\'Invoice Transaction Rule\', \'Invoice Transaction Simulation Rule\'],\n
explanation_portal_type=[\'Pay Sheet Transaction\'],\n
portal_type=\'Simulation Movement\',\n
grand_parent_simulation_state=[\'confirmed\', \'started\'])\n
......
554
\ No newline at end of file
555
\ 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