svn commit: r1128989 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1128989 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml

hansbak-2
Author: hansbak
Date: Mon May 30 04:26:34 2011
New Revision: 1128989

URL: http://svn.apache.org/viewvc?rev=1128989&view=rev
Log:
error correction on commit 1128192 : automatic creatiuon of seo friendly url's

Modified:
    ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml?rev=1128989&r1=1128988&r2=1128989&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/catalog/CatalogServices.xml Mon May 30 04:26:34 2011
@@ -580,10 +580,10 @@ under the License.
                 </else>
                 </if-empty>
                 <if-not-empty field="createSimpleTextContentForCategoryCtx.text">
-                    <call-service service-name="createSimpleTextContentForCategory" in-map-name="`Ctx"/>
-                    <calculate field="$categoriesUpdated">
+                    <call-service service-name="createSimpleTextContentForCategory" in-map-name="createSimpleTextContentForCategoryCtx"/>
+                    <calculate field="categoriesUpdated">
                         <calcop operator="add" field="categoriesUpdated">
-                            <number value="1"/>                
+                            <number value="1"/>
                         </calcop>
                     </calculate>
                 </if-not-empty>
@@ -624,9 +624,9 @@ under the License.
                     </if-empty>
                     <if-not-empty field="createSimpleTextContentForProductCtx.text">
                         <call-service service-name="createSimpleTextContentForProduct" in-map-name="createSimpleTextContentForProductCtx"/>
-                        <calculate field="$productsUpdated">
+                        <calculate field="productsUpdated">
                             <calcop operator="add" field="productsUpdated">
-                                <number value="1"/>                
+                                <number value="1"/>
                             </calcop>
                         </calculate>
                     </if-not-empty>