Author: sichen
Date: Wed Oct 11 12:30:44 2006
New Revision: 462910

URL: http://svn.apache.org/viewvc?view=rev&rev=462910
Log:
reverting accidental commit of this file

Modified:
    
incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/checkoutoptions.bsh

Modified: 
incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/checkoutoptions.bsh
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/checkoutoptions.bsh?view=diff&rev=462910&r1=462909&r2=462910
==============================================================================
--- 
incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/checkoutoptions.bsh
 (original)
+++ 
incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/checkoutoptions.bsh
 Wed Oct 11 12:30:44 2006
@@ -31,11 +31,7 @@
 
 shippingEstWpr = null;
 if (shoppingCart != null) {
-    try {
-       shippingEstWpr = new ShippingEstimateWrapper(dispatcher, shoppingCart, 
0);
-    } catch (Exception ex) {
-        print("exception: " + ex.getMessage());
-    }
+    shippingEstWpr = new ShippingEstimateWrapper(dispatcher, shoppingCart, 0);
     context.put("shippingEstWpr", shippingEstWpr);
     context.put("carrierShipmentMethodList", 
shippingEstWpr.getShippingMethods());
 }


Reply via email to