From 22a3d069711001ccc48b419621c78ba60d83df0b Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Mon, 1 Oct 2007 16:26:58 +0000
Subject: [PATCH] do not use quote in sql parameters

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16755 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_core/Resource_zGetFullInventoryDate.xml | 4 ++--
 product/ERP5/bootstrap/erp5_core/bt/revision                  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetFullInventoryDate.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetFullInventoryDate.xml
index 0b7a78b7f4..73700c545f 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetFullInventoryDate.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Resource_zGetFullInventoryDate.xml
@@ -69,7 +69,7 @@
                                   <dictionary>
                                     <item>
                                         <key> <string>default</string> </key>
-                                        <value> <string>\'delivered\'</string> </value>
+                                        <value> <string>delivered</string> </value>
                                     </item>
                                   </dictionary>
                                 </value>
@@ -106,7 +106,7 @@
 column_id_list:list\r\n
 group_by_expression\r\n
 date\r\n
-simulation_state=\'delivered\'</string> </value>
+simulation_state=delivered</string> </value>
         </item>
         <item>
             <key> <string>connection_id</string> </key>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 9f8ebf73f9..9301519f58 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-482
\ No newline at end of file
+483
\ No newline at end of file
-- 
2.30.9