Author: jonesde
Date: Mon Aug 20 00:07:58 2007
New Revision: 567565
URL:
http://svn.apache.org/viewvc?rev=567565&view=revLog:
Corrected comment
Modified:
ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java
Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java?rev=567565&r1=567564&r2=567565&view=diff==============================================================================
--- ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java (original)
+++ ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java Mon Aug 20 00:07:58 2007
@@ -2946,7 +2946,7 @@
}
}
- // remove cart lines that are promos (ie GWPs) and cart line adjustments from promo actions
+ // add cart line adjustments from promo actions
Iterator cartItemIter = this.iterator();
while (cartItemIter.hasNext()) {
ShoppingCartItem checkItem = (ShoppingCartItem) cartItemIter.next();