[OFBiz] SVN: r6087 -
trunk/applications/product/webapp/facility/inventory
sichen at svn.ofbiz.org
sichen at svn.ofbiz.org
Mon Nov 7 13:03:30 EST 2005
Author: sichen
Date: 2005-11-07 12:03:24 -0600 (Mon, 07 Nov 2005)
New Revision: 6087
Modified:
trunk/applications/product/webapp/facility/inventory/EditInventoryItem.ftl
Log:
Fixed bad field name on form to update inventory item's unit cost
Modified: trunk/applications/product/webapp/facility/inventory/EditInventoryItem.ftl
===================================================================
--- trunk/applications/product/webapp/facility/inventory/EditInventoryItem.ftl 2005-11-07 17:29:11 UTC (rev 6086)
+++ trunk/applications/product/webapp/facility/inventory/EditInventoryItem.ftl 2005-11-07 18:03:24 UTC (rev 6087)
@@ -182,7 +182,7 @@
<tr>
<td align="right"><div class="tabletext">${uiLabelMap.ProductPerUnitPrice}</div></td>
<td> </td>
- <td><input type="text" name="binNumber" value="${inventoryItemData.unitCost?default(0)?string("##0.00")}" size="20" maxlength="20" class="inputBox"></td>
+ <td><input type="text" name="unitCost" value="${inventoryItemData.unitCost?default(0)?string("##0.00")}" size="20" maxlength="20" class="inputBox"></td>
</tr>
<tr>
<td align="right"><div class="tabletext">${uiLabelMap.ProductComments}</div></td>
More information about the Svn
mailing list