You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2011/11/01 10:53:09 UTC

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

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, ", ");
         }