Author: deepak
Date: Sat May 16 12:42:29 2015
New Revision: 1679742

URL: http://svn.apache.org/r1679742
Log:
Applied patch from jira issue OFBIZ-5916 : Cutting List Report from 
Manufacturing Shipment Plans throws error due to due to missing EntityCondition 
import.

Thanks Christian Carlow for reporting issue and providing the fix.

Modified:
    
ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/CuttingListReport.groovy

Modified: 
ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/CuttingListReport.groovy
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/CuttingListReport.groovy?rev=1679742&r1=1679741&r2=1679742&view=diff
==============================================================================
--- 
ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/CuttingListReport.groovy
 (original)
+++ 
ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/CuttingListReport.groovy
 Sat May 16 12:42:29 2015
@@ -17,7 +17,8 @@
  * under the License.
  */
 
-import java.awt.Dimension
+import java.awt.Dimension;
+import org.ofbiz.entity.condition.EntityCondition;
 import org.ofbiz.entity.util.*
 import org.ofbiz.manufacturing.jobshopmgt.ProductionRun
 import org.ofbiz.manufacturing.jobshopmgt.ProductionRunHelper


Reply via email to