svn commit: r534880 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml
Posted by
jacopoc on
URL: http://ofbiz.116.s1.nabble.com/svn-commit-r534880-ofbiz-trunk-applications-product-script-org-ofbiz-product-inventory-InventoryServl-tp211596.html
Author: jacopoc
Date: Thu May 3 07:16:32 2007
New Revision: 534880
URL:
http://svn.apache.org/viewvc?view=rev&rev=534880Log:
Fixed bug in the inventory counting service: serialized units for QOH were wrongly computed because the status for inventory being transfered was not considered.
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=534880&r1=534879&r2=534880==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml Thu May 3 07:16:32 2007
@@ -496,6 +496,7 @@
<or>
<if-compare field-name="inventoryItem.statusId" value="INV_AVAILABLE" operator="equals"/>
<if-compare field-name="inventoryItem.statusId" value="INV_PROMISED" operator="equals"/>
+ <if-compare field-name="inventoryItem.statusId" value="INV_BEING_TRANSFERED" operator="equals"/>
</or>
</condition>
<then>