Author: jleroux
Date: Thu Oct 16 08:19:18 2014
New Revision: 1632235
URL:
http://svn.apache.org/r1632235Log:
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) {