Author: rayb
Date: Tue Jul 3 05:23:16 2007
New Revision: 552806
URL:
http://svn.apache.org/viewvc?view=rev&rev=552806Log:
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>