From 10524d624fdac2591b04253164ce0ef09613f807 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Tue, 16 Feb 2010 08:51:32 +0000 Subject: [PATCH] support both legacy and new simulation hierarchy. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32582 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_mrp/TransformationSourcingRule_selectMovement.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/TransformationSourcingRule_selectMovement.xml b/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/TransformationSourcingRule_selectMovement.xml index a201465c15..61e3bdfc17 100644 --- a/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/TransformationSourcingRule_selectMovement.xml +++ b/bt5/erp5_mrp/SkinTemplateItem/portal_skins/erp5_mrp/TransformationSourcingRule_selectMovement.xml @@ -71,7 +71,7 @@ # XXX need to implement this part in the catalog\n # portal type causality of root applied rule\n search_kw = {\n - \'explanation_portal_type\': \'Production Order\',\n + \'explanation_portal_type\': (\'Production Order\', \'Production Simulation Order\'),\n \'portal_type\': \'Simulation Movement\',\n }\n if explanation_uid is not None:\n -- 2.30.9