Author: jacopoc
Date: Wed Dec 12 02:59:24 2007
New Revision: 603553
URL:
http://svn.apache.org/viewvc?rev=603553&view=revLog:
Fixed bug I introduced; thanks to Bilgin Ibryam for the bug report.
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?rev=603553&r1=603552&r2=603553&view=diff==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml Wed Dec 12 02:59:24 2007
@@ -293,7 +293,6 @@
<set field="inventoryItem.availableToPromiseTotal" from-field="inventoryItemDetailSummary.availableToPromiseTotal"/>
<set field="inventoryItem.quantityOnHandTotal" from-field="inventoryItemDetailSummary.quantityOnHandTotal"/>
- <set field="inventoryItem.unitCost" from-field="inventoryItemDetailSummary.unitCostTotal"/>
<store-value value-name="inventoryItem"/>
</simple-method>