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/05/26 11:00:28 UTC

svn commit: r541875 - /ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml

Author: jacopoc
Date: Sat May 26 02:00:28 2007
New Revision: 541875

URL: http://svn.apache.org/viewvc?view=rev&rev=541875
Log:
This change is important to allow the correct information also for mkt pkg product (components).

Modified:
    ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml?view=diff&rev=541875&r1=541874&r2=541875
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/shipment/picklist/PicklistServices.xml Sat May 26 02:00:28 2007
@@ -862,7 +862,7 @@
                     <!-- handle case where an InventoryItem is not associated with a location -->
                     <if-not-empty field-name="picklistItemInfo.orderItem.productId">
                         <clear-field field-name="productValueTemp"/>
-                        <set field="productId" from-field="picklistItemInfo.orderItem.productId"/>
+                        <set field="productId" from-field="picklistItemInfo.inventoryItemAndLocation.productId"/>
                         <entity-one entity-name="Product" value-name="productValueTemp" use-cache="true">
                             <field-map field-name="productId"/>
                         </entity-one>