[OFBiz] SVN: r6913 - trunk/applications/product/webapp/facility/WEB-INF/actions/inventory

sichen@svn.ofbiz.org sichen at svn.ofbiz.org
Fri Mar 3 13:13:13 CST 2006


Author: sichen
Date: 2006-03-03 13:13:10 -0600 (Fri, 03 Mar 2006)
New Revision: 6913

Modified:
   trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/receiveInventory.bsh
Log:
Additional change related to r 6912: need to change a parameter from currency to currencyUomId

Modified: trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/receiveInventory.bsh
===================================================================
--- trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/receiveInventory.bsh	2006-03-03 19:11:15 UTC (rev 6912)
+++ trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/receiveInventory.bsh	2006-03-03 19:13:10 UTC (rev 6913)
@@ -119,8 +119,8 @@
             }
         }
 
-        // for display purposes, put the currency ID as the description
-        context.put("currency", ownerCurrencyUomId);
+        // put the pref currency in the map for display and form use
+        context.put("currencyUomId", ownerCurrencyUomId);
     } else {
         request.setAttribute("_ERROR_MESSAGE_", "Either no owner party was set for this facility, or no accounting preferences were set for this owner party.");
     }



More information about the Svn mailing list