svn commit: r1679742 - /ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/CuttingListReport.groovy

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1679742 - /ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/CuttingListReport.groovy

Deepak Dixit-5
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