From ff167d5739aec92fcf7faefa37a7c1f90a0c3812 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 29 Aug 2014 16:16:05 +0200
Subject: [PATCH] fixup! TradeOrder constraint: also check that we have a
 validated trade condition

---
 .../TradeOrder/trade_condition_validated_constraint.xml         | 2 +-
 product/ERP5/bootstrap/erp5_property_sheets/bt/revision         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/TradeOrder/trade_condition_validated_constraint.xml b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/TradeOrder/trade_condition_validated_constraint.xml
index ec4a9311db..c4effd347f 100644
--- a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/TradeOrder/trade_condition_validated_constraint.xml
+++ b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/TradeOrder/trade_condition_validated_constraint.xml
@@ -46,7 +46,7 @@
         </item>
         <item>
             <key> <string>workflow_state_list</string> </key>
-            <value> <string>validated</string> </value>
+            <value> <string>string:validated</string> </value>
         </item>
         <item>
             <key> <string>workflow_variable</string> </key>
diff --git a/product/ERP5/bootstrap/erp5_property_sheets/bt/revision b/product/ERP5/bootstrap/erp5_property_sheets/bt/revision
index e3f1e9b791..d88e313699 100644
--- a/product/ERP5/bootstrap/erp5_property_sheets/bt/revision
+++ b/product/ERP5/bootstrap/erp5_property_sheets/bt/revision
@@ -1 +1 @@
-80
\ No newline at end of file
+81
-- 
2.30.9