Author: jleroux
Date: Tue Sep 18 01:31:07 2007
New Revision: 576774

URL: http://svn.apache.org/viewvc?rev=576774&view=rev
Log:
Applied fix from trunk for revision: 576726

Modified:
    ofbiz/branches/release4.0/applications/product/entitydef/eecas.xml

Modified: ofbiz/branches/release4.0/applications/product/entitydef/eecas.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/entitydef/eecas.xml?rev=576774&r1=576773&r2=576774&view=diff
==============================================================================
--- ofbiz/branches/release4.0/applications/product/entitydef/eecas.xml 
(original)
+++ ofbiz/branches/release4.0/applications/product/entitydef/eecas.xml Tue Sep 
18 01:31:07 2007
@@ -22,7 +22,7 @@
         
xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/entity-eca.xsd";>
     <!-- Product Keyword Indexing ECAs -->
     <eca entity="Product" operation="create-store" event="return">
-        <condition field-name="autoCreateKeywords" operator="equals" 
value="Y"/>
+        <condition field-name="autoCreateKeywords" operator="not-equals" 
value="N"/>
         <action service="indexProductKeywords" mode="sync" 
value-attr="productInstance"/>
     </eca>
     <eca entity="ProductAttribute" operation="create-store" event="return">


Reply via email to