[OFBiz] SVN: r7048 - trunk/applications/product/webapp/facility/inventory
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Wed Mar 22 09:50:11 CST 2006
Author: jacopo
Date: 2006-03-22 09:50:04 -0600 (Wed, 22 Mar 2006)
New Revision: 7048
Modified:
trunk/applications/product/webapp/facility/inventory/TransferInventoryItem.ftl
Log:
Fixed bug: wrong field inventoryItem.availableToPromise was used instead of inventoryItem.availableToPromiseTotal.
Modified: trunk/applications/product/webapp/facility/inventory/TransferInventoryItem.ftl
===================================================================
--- trunk/applications/product/webapp/facility/inventory/TransferInventoryItem.ftl 2006-03-22 11:36:49 UTC (rev 7047)
+++ trunk/applications/product/webapp/facility/inventory/TransferInventoryItem.ftl 2006-03-22 15:50:04 UTC (rev 7048)
@@ -204,7 +204,7 @@
<td width="6%"> </td>
<td width="74%">
<#if inventoryItem?exists && inventoryItem.inventoryItemTypeId.equals("NON_SERIAL_INV_ITEM")>
- <input type="text" size="5" name="xferQty" value="${(inventoryItem.availableToPromise)?if_exists}" class="inputBox">
+ <input type="text" size="5" name="xferQty" value="${(inventoryItem.availableToPromiseTotal)?if_exists}" class="inputBox">
<#elseif inventoryItem?exists && inventoryItem.inventoryItemTypeId.equals("SERIALIZED_INV_ITEM")>
<input type="hidden" name="xferQty" value="1">
<div class="tabletext">1</div>
More information about the Svn
mailing list