You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2009/09/24 03:04:43 UTC

svn commit: r818336 - /ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductContentContent.groovy

Author: lektran
Date: Thu Sep 24 01:04:43 2009
New Revision: 818336

URL: http://svn.apache.org/viewvc?rev=818336&view=rev
Log:
Small fix for my last commit

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductContentContent.groovy

Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductContentContent.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductContentContent.groovy?rev=818336&r1=818335&r2=818336&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductContentContent.groovy (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductContentContent.groovy Thu Sep 24 01:04:43 2009
@@ -53,7 +53,7 @@
     productContent.thruDate = parameters.thruDate;
     productContent.purchaseFromDate = parameters.purchaseFromDate;
     productContent.purchaseThruDate = parameters.purchaseThruDate;
-    productContent.useCountLimit = request.parameters.useCountLimit;
+    productContent.useCountLimit = parameters.useCountLimit;
     productContent.useTime = parameters.useTime;
     productContent.useTimeUomId = parameters.useTimeUomId;
     productContent.useRoleTypeId = parameters.useRoleTypeId;