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 2014/10/16 10:19:19 UTC

svn commit: r1632235 - /ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ComputeProductSellThroughData.groovy

Author: jleroux
Date: Thu Oct 16 08:19:18 2014
New Revision: 1632235

URL: http://svn.apache.org/r1632235
Log:
Fixes a missing import java.sql.Timestamp;
This does not appear in R13.07 => no needs for a Jira

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

Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ComputeProductSellThroughData.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ComputeProductSellThroughData.groovy?rev=1632235&r1=1632234&r2=1632235&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ComputeProductSellThroughData.groovy (original)
+++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ComputeProductSellThroughData.groovy Thu Oct 16 08:19:18 2014
@@ -18,6 +18,7 @@
  */
 
 import java.math.MathContext;
+import java.sql.Timestamp;
 
 
 if (parameters.fromDateSellThrough) {