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 2008/06/24 16:41:43 UTC

svn commit: r671197 - /ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PackOrder.groovy

Author: jleroux
Date: Tue Jun 24 07:41:42 2008
New Revision: 671197

URL: http://svn.apache.org/viewvc?rev=671197&view=rev
Log:
Fix a bug from groovy migration (EntityCondition was missing)

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

Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PackOrder.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PackOrder.groovy?rev=671197&r1=671196&r2=671197&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PackOrder.groovy (original)
+++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PackOrder.groovy Tue Jun 24 07:41:42 2008
@@ -17,9 +17,11 @@
  * under the License.
  */
 
-import org.ofbiz.base.util.*
-import org.ofbiz.order.order.*
-import org.ofbiz.entity.util.EntityUtil
+import org.ofbiz.base.util.*;
+import org.ofbiz.order.order.*;
+import org.ofbiz.entity.util.EntityUtil;
+import org.ofbiz.entity.condition.EntityCondition;
+
 
 facilityId = parameters.facilityId;
 if (facilityId) {