You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/12/12 11:59:25 UTC

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

Author: jacopoc
Date: Wed Dec 12 02:59:24 2007
New Revision: 603553

URL: http://svn.apache.org/viewvc?rev=603553&view=rev
Log:
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>