From 138cbeb3fa0333a7b1824747f26ab9d0af2624c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 10 May 2006 23:52:14 +0000 Subject: [PATCH] Condition was using 'here' instead of 'object' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7175 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../Purchase%20Packing%20List/choose_solve_actions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Packing%20List/choose_solve_actions.xml b/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Packing%20List/choose_solve_actions.xml index 68197e2a46..821fcf2f74 100644 --- a/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Packing%20List/choose_solve_actions.xml +++ b/bt5/erp5_trade/ActionTemplateItem/portal_types/Purchase%20Packing%20List/choose_solve_actions.xml @@ -106,7 +106,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>here/isDivergent</string> </value> + <value> <string>object/isDivergent</string> </value> </item> </dictionary> </pickle> -- 2.30.9