Commit 7b686ce6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use reference instead of portal_type in parent rule's condition in...

use reference instead of portal_type in parent rule's condition in PaymentTransaction_selectMovement.
parent d66a82fb
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>kw[\'parent_specialise_portal_type\'] = (\'Payment Rule\', \'Payment Simulation Rule\')\n
<value> <string>kw[\'parent_specialise_reference\'] = \'default_payment_rule\'\n
kw[\'portal_type\'] = \'Simulation Movement\'\n
kw[\'grand_parent_simulation_state\'] = [\'started\']\n
kw.update(context.portal_catalog.buildSQLQuery(**kw))\n
......
1462
\ No newline at end of file
1463
\ 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