You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2008/12/27 03:54:42 UTC

svn commit: r729585 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/StockMoveServices.xml

Author: adrianc
Date: Fri Dec 26 18:54:41 2008
New Revision: 729585

URL: http://svn.apache.org/viewvc?rev=729585&view=rev
Log:
StockMoveServices.xml UEL syntax fix.

Modified:
    ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/StockMoveServices.xml

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/StockMoveServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/StockMoveServices.xml?rev=729585&r1=729584&r2=729585&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/StockMoveServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/StockMoveServices.xml Fri Dec 26 18:54:41 2008
@@ -62,7 +62,7 @@
             <!-- now for more fun, split up by productId; this should generally not happen, but we'll make sure here -->
             <clear-field field-name="oiirailByProdMap"/>
             <iterate entry-name="orderItemShipGrpInvResAndItemLocation" list-name="perLocationOiirailList">
-                <field-to-list field-name="orderItemShipGrpInvResAndItemLocation" list-name="oiirailByProdMap[&quot;${orderItemShipGrpInvResAndItemLocation.productId}&quot;]"/>
+                <field-to-list field-name="orderItemShipGrpInvResAndItemLocation" list-name="oiirailByProdMap[orderItemShipGrpInvResAndItemLocation.productId]"/>
             </iterate>
 
             <clear-field field-name="perProductOiirailList"/>