svn commit: r1195901 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy

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

svn commit: r1195901 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy

hansbak-2
Author: hansbak
Date: Tue Nov  1 09:53:09 2011
New Revision: 1195901

URL: http://svn.apache.org/viewvc?rev=1195901&view=rev
Log:
similar error as in OFBIZ-4538 but in different place and in the trunk

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy?rev=1195901&r1=1195900&r2=1195901&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy Tue Nov  1 09:53:09 2011
@@ -119,6 +119,7 @@ if (productId) {
                             keywords.add(categoryDescription);
                     }
                 }
+            }
             context.metaKeywords = StringUtil.join(keywords, ", ");
         }