Author: sichen
Date: Wed Jan 10 17:02:41 2007
New Revision: 495072
URL:
http://svn.apache.org/viewvc?view=rev&rev=495072Log:
comments
Modified:
ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl
Modified: ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl?view=diff&rev=495072&r1=495071&r2=495072==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl Wed Jan 10 17:02:41 2007
@@ -116,6 +116,7 @@
<td><div class="tabletext"><b>${uiLabelMap.ProductAtpQohSerial}</b></div></td>
</tr>
<#list productInventoryItems as inventoryItem>
+ <#-- NOTE: Delivered for serialized inventory means shipped to customer so they should not be displayed here any more -->
<#if showEmpty || (inventoryItem.inventoryItemTypeId?if_exists == "SERIALIZED_INV_ITEM" && inventoryItem.statusId?if_exists != "INV_DELIVERED")
|| (inventoryItem.inventoryItemTypeId?if_exists == "NON_SERIAL_INV_ITEM" && ((inventoryItem.availableToPromiseTotal?exists && inventoryItem.availableToPromiseTotal != 0) || (inventoryItem.quantityOnHandTotal?exists && inventoryItem.quantityOnHandTotal != 0)))>
<#assign curInventoryItemType = inventoryItem.getRelatedOne("InventoryItemType")>