Author: bibryam
Date: Fri Feb 8 04:52:51 2008
New Revision: 619867
URL:
http://svn.apache.org/viewvc?rev=619867&view=revLog:
Fix for bug that happens when you try to delete an order adjustment.
Modified:
ofbiz/trunk/applications/order/servicedef/services.xml
Modified: ofbiz/trunk/applications/order/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services.xml?rev=619867&r1=619866&r2=619867&view=diff==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services.xml Fri Feb 8 04:52:51 2008
@@ -194,6 +194,7 @@
location="org/ofbiz/order/order/OrderSimpleMethods.xml" invoke="deleteOrderAdjustment">
<description>Delete an order adjustment record</description>
<auto-attributes mode="IN" include="pk" optional="false"/>
+ <attribute name="orderId" type="String" mode="IN" optional="false"/> <!-- needed for resetGrandTotal seca -->
</service>
<service name="createOrderAdjustmentBilling" engine="simple"