Author: lektran
Date: Sat Apr 14 03:22:41 2007
New Revision: 528792
URL:
http://svn.apache.org/viewvc?view=rev&rev=528792Log:
Removed a bad assignment from recreateOrderAdjustments, I can't be sure just yet but it has probably been causing some of the problems we've been having with editing/canceling order items
Modified:
ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml
Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml?view=diff&rev=528792&r1=528791&r2=528792==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml Sat Apr 14 03:22:41 2007
@@ -560,7 +560,6 @@
<set field="newOrderItem.statusId" value="ITEM_CREATED"/>
</if-empty>
<make-next-seq-id value-name="newOrderItem" seq-field-name="orderItemSeqId"/>
- <set from-field="orderItemSeqId" field="newOrderItem.orderItemSeqId"/>
<create-value value-name="newOrderItem"/>
<!-- and the orderItemSeqId is assigned to the shopping cart item-->
<call-object-method obj-field-name="item" method-name="setOrderItemSeqId">