Author: lektran
Date: Thu Apr 8 05:52:39 2010
New Revision: 931788
URL:
http://svn.apache.org/viewvc?rev=931788&view=revLog:
Removed a service definition for an implementation that was removed quite some time ago.
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=931788&r1=931787&r2=931788&view=diff==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services.xml Thu Apr 8 05:52:39 2010
@@ -980,14 +980,7 @@ under the License.
location="component://order/script/org/ofbiz/order/order/OrderServices.xml" invoke="cancelAllBackOrders" auth="true">
<description>Cancels those back orders from suppliers whose cancel back order date (cancelBackOrderDate) has passed the current date</description>
</service>
- <service name="updatePoOnReceiveInventory" engine="simple"
- location="component://product/script/org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml" invoke="updatePoOnReceiveInventory">
- <description>Update order items if quantity received is higher than quantity on purchase order</description>
- <attribute name="orderId" type="String" mode="IN" optional="false"/>
- <attribute name="orderItemSeqId" type="String" mode="IN" optional="false"/>
- <attribute name="quantityAccepted" type="BigDecimal" mode="IN" optional="false"/>
- </service>
-
+
<service name="updateShippingMethodAndCharges" engine="simple"
location="component://order/script/org/ofbiz/order/order/OrderServices.xml" invoke="updateShippingMethodAndCharges">
<description>Compare order's shipping amount and new shipping amount(based on weight and dimension of packages).If new shipping amount is more then or less than default percentage (defined in shipment.properties) of Order's shipping amount, then shipping method and shipping charges are updated. And if new shipping amount is not more then or less than default percentage (defined in shipment.properties)% of Order's shipping amount then only shipping method is updated.Also updates record in ShipmentRouteSegment entity</description>