Author: jleroux
Date: Fri Feb 27 17:05:10 2009
New Revision: 748598

URL: http://svn.apache.org/viewvc?rev=748598&view=rev
Log:
The comment was at a wrong place

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=748598&r1=748597&r2=748598&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
 Fri Feb 27 17:05:10 2009
@@ -596,13 +596,12 @@
             <set from-field="nullField" field="lookupFieldMap.locationSeqId"/>
         </if-compare>
 
-        <!-- we might get away with a cache here since real serious errors 
will occur during the reservation service... but only if we need the speed -->  
      
         <set from-field="parameters.inventoryItemId" 
field="lookupFieldMap.inventoryItemId"/>
         <set from-field="parameters.productId" 
field="lookupFieldMap.productId"/>
         <set from-field="parameters.facilityId" 
field="lookupFieldMap.facilityId"/>
         <set from-field="parameters.locationSeqId" 
field="lookupFieldMap.locationSeqId"/>
-        <set from-field="parameters.containerId" 
field="lookupFieldMap.containerId"/>
-        
+        <set from-field="parameters.containerId" 
field="lookupFieldMap.containerId"/>        
+        <!-- we might get away with a cache here since real serious errors 
will occur during the reservation service... but only if we need the speed -->  
      
         <find-by-and entity-name="InventoryItem" map="lookupFieldMap" 
list="inventoryItems" use-iterator="true" use-cache="${parameters.useCache}"/>
         
         <set field="parameters.availableToPromiseTotal" value="0" 
type="BigDecimal"/>


Reply via email to