You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ra...@apache.org on 2007/07/03 14:23:17 UTC

svn commit: r552806 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

Author: rayb
Date: Tue Jul  3 05:23:16 2007
New Revision: 552806

URL: http://svn.apache.org/viewvc?view=rev&rev=552806
Log:
Added PICKLIST_PICKED to ensure part picked orders will still get examined during inventory balancing. OFBIZ-830

Modified:
    ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml?view=diff&rev=552806&r1=552805&r2=552806
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml Tue Jul  3 05:23:16 2007
@@ -668,6 +668,7 @@
                             <condition-expr field-name="orderItemSeqId" env-name="oneRelatedRes.orderItemSeqId"/>
                             <condition-expr field-name="inventoryItemId" env-name="oneRelatedRes.inventoryItemId"/>
                             <condition-expr field-name="statusId" operator="not-equals" value="PICKLIST_CANCELLED"/>
+                            <condition-expr field-name="statusId" operator="not-equals" value="PICKLIST_PICKED"/>
                         </condition-list>
                     </entity-condition>