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:57:37 UTC

svn commit: r1195903 - /ofbiz/branches/release11.04/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy

Author: hansbak
Date: Tue Nov  1 09:57:37 2011
New Revision: 1195903

URL: http://svn.apache.org/viewvc?rev=1195903&view=rev
Log:
    OFBIZ-4538 Product.groovy in ordermgr throws error: contribution of Atul Vani

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

Modified: ofbiz/branches/release11.04/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy?rev=1195903&r1=1195902&r2=1195903&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy (original)
+++ ofbiz/branches/release11.04/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy Tue Nov  1 09:57:37 2011
@@ -142,3 +142,4 @@ if (templatePathPrefix) {
 
 // set the template for the view
 context.detailScreen = detailScreen;
+}
\ No newline at end of file