Author: lektran
Date: Mon Jul 9 00:41:36 2007
New Revision: 554548
URL:
http://svn.apache.org/viewvc?view=rev&rev=554548Log:
Applied fix from trunk for revision: 552806
Modified:
ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml
Modified: ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml?view=diff&rev=554548&r1=554547&r2=554548==============================================================================
--- ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml (original)
+++ ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml Mon Jul 9 00:41:36 2007
@@ -599,6 +599,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>