You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2011/02/28 20:16:37 UTC

svn commit: r1075493 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartServices.java

Author: mrisaliti
Date: Mon Feb 28 19:16:37 2011
New Revision: 1075493

URL: http://svn.apache.org/viewvc?rev=1075493&view=rev
Log:
Remove an unused variable in ShoppingCartServices (OFBIZ-4102)

Modified:
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartServices.java

Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartServices.java?rev=1075493&r1=1075492&r2=1075493&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartServices.java (original)
+++ ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartServices.java Mon Feb 28 19:16:37 2011
@@ -746,7 +746,6 @@ public class ShoppingCartServices {
                 }
                 String orderItemSeqId = quoteTerm.getString("quoteItemSeqId");
                 cart.addOrderTerm(quoteTerm.getString("termTypeId"), orderItemSeqId,termValue, termDays, quoteTerm.getString("textValue"),quoteTerm.getString("description"));
-                List orderTerms = cart.getOrderTerms();
             }
         }