Author: deepak
Date: Sat Apr 15 09:18:43 2017
New Revision: 1791476
URL:
http://svn.apache.org/viewvc?rev=1791476&view=revLog:
Manually applied fix from trunk framework for revision: 1791475
====================================================
Fixed: Editing quantity of configurable products changes actual product
(OFBIZ-9225)
Thanks Suraj Khurana for your contribution.
====================================================
Modified:
ofbiz/branches/release16.11/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java
Modified: ofbiz/branches/release16.11/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java?rev=1791476&r1=1791475&r2=1791476&view=diff==============================================================================
--- ofbiz/branches/release16.11/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java (original)
+++ ofbiz/branches/release16.11/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java Sat Apr 15 09:18:43 2017
@@ -4205,7 +4205,7 @@ public class OrderServices {
}
}
- toStore.addAll(cart.makeOrderItems());
+ toStore.addAll(cart.makeOrderItems(false, true, dispatcher));
toStore.addAll(cart.makeAllAdjustments());
long groupIndex = cart.getShipInfoSize();