You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2006/11/10 02:44:29 UTC

svn commit: r473163 - /incubator/ofbiz/trunk/applications/product/servicedef/services_facility.xml

Author: sichen
Date: Thu Nov  9 17:44:28 2006
New Revision: 473163

URL: http://svn.apache.org/viewvc?view=rev&rev=473163
Log:
comments

Modified:
    incubator/ofbiz/trunk/applications/product/servicedef/services_facility.xml

Modified: incubator/ofbiz/trunk/applications/product/servicedef/services_facility.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/servicedef/services_facility.xml?view=diff&rev=473163&r1=473162&r2=473163
==============================================================================
--- incubator/ofbiz/trunk/applications/product/servicedef/services_facility.xml (original)
+++ incubator/ofbiz/trunk/applications/product/servicedef/services_facility.xml Thu Nov  9 17:44:28 2006
@@ -173,7 +173,8 @@
 
     <service name="checkInventoryAvailability" engine="java"
             location="org.ofbiz.product.inventory.InventoryServices" invoke="checkInventoryAvailability">
-        <description>Batch service for checking and sending backorder notifications</description>
+        <description>Batch service for checking and sending backorder notifications.  Will also set an autoCancelDate for sales orders to 30 days (hard coded)
+            beyond the OISGIR's promisedDatetime, which is in turn set by reserveProductInventory service using ProductFacility.daysToShip or 30 days by default.</description>
         <!-- this service has no parameters IN or OUT -->
     </service>