[OFBiz] SVN: r6912 - trunk/applications/product/webapp/facility/inventory

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


Author: sichen
Date: 2006-03-03 13:11:15 -0600 (Fri, 03 Mar 2006)
New Revision: 6912

Modified:
   trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl
Log:
Currency Uom is now saved into InventoryItem when receiving purchase orders.

Modified: trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl
===================================================================
--- trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl	2006-03-03 18:53:32 UTC (rev 6911)
+++ trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl	2006-03-03 19:11:15 UTC (rev 6912)
@@ -436,8 +436,9 @@
                     <div class="tableheadtext">${uiLabelMap.ProductPerUnitPrice} :</div>
                   </td>
                   <td align="right">
+                    <input type="hidden" name="currencyUomId_o_${rowCount}" value="${currencyUomId?if_exists}"/>
                     <input type="text" class="inputBox" name="unitCost_o_${rowCount}" value="${itemCost?string("##0.00")}" size="6"/>
-                    <span class="tabletext">${currency?if_exists}</span>
+                    <span class="tabletext">${currencyUomId?if_exists}</span>
                   </td>
                 </tr>
               </table>



More information about the Svn mailing list