Author: chrisg
Date: Thu Jun 19 09:34:56 2008
New Revision: 669544

URL: http://svn.apache.org/viewvc?rev=669544&view=rev
Log:
fixed a problem with UtilMisc not found
(but there's still another ...)

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

Modified: 
ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PackingSlip.groovy
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PackingSlip.groovy?rev=669544&r1=669543&r2=669544&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PackingSlip.groovy
 (original)
+++ 
ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PackingSlip.groovy
 Thu Jun 19 09:34:56 2008
@@ -19,6 +19,7 @@
 
 // This script gets shipment items grouped by package for use in the packing 
slip PDF or any screens that require by-package layout
 
+import org.ofbiz.base.util.*;
 import org.ofbiz.entity.condition.*;
 
 // Since this script is run after ViewShipment, we will re-use the shipment in 
the context


Reply via email to