svn commit: r545673 - /ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r545673 - /ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml

sichen
Author: sichen
Date: Fri Jun  8 17:46:50 2007
New Revision: 545673

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

Modified:
    ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml

Modified: ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml?view=diff&rev=545673&r1=545672&r2=545673
==============================================================================
--- ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml (original)
+++ ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml Fri Jun  8 17:46:50 2007
@@ -512,6 +512,9 @@
                     <iterate entry-name="orderItemShipGrpInvRes" list-name="orderItemInfo.orderItemShipGrpInvResList">
                         <log level="info" message="Getting pick quantity : ${orderItemShipGrpInvRes.quantity} - ${orderItemShipGrpInvRes.quantityNotAvailable}"/>
                         <set field="quantityToPick" from-field="orderItemShipGrpInvRes.quantity"/>
+                        <!--If a portion of the item is not available, then reduce the quantity to pick.  For example,
+                        if a customer orders 15 and only 10 are in stock and quantityNotAvailable is 5, then subtract
+                        the 5 from 15 so quantityToPick is 10 -->
                         <if>
                             <condition>
                                 <and>