You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2011/11/02 20:43:32 UTC

svn commit: r1196778 - /ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/WeightPackage.groovy

Author: jleroux
Date: Wed Nov  2 19:43:26 2011
New Revision: 1196778

URL: http://svn.apache.org/viewvc?rev=1196778&view=rev
Log:
A patch from Kiran Gawde "WeightPackage.groovy is missing import for GenericValue" https://issues.apache.org/jira/browse/OFBIZ-4539

Added import for GenericValue

Modified:
    ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/WeightPackage.groovy

Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/WeightPackage.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/WeightPackage.groovy?rev=1196778&r1=1196777&r2=1196778&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/WeightPackage.groovy (original)
+++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/WeightPackage.groovy Wed Nov  2 19:43:26 2011
@@ -18,6 +18,7 @@
  */
 
 import org.ofbiz.base.util.UtilProperties;
+import org.ofbiz.entity.GenericValue;
 import org.ofbiz.entity.util.EntityUtil;
 import org.ofbiz.entity.condition.EntityCondition;
 import org.ofbiz.order.order.OrderReadHelper;