You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2007/01/11 02:02:42 UTC

svn commit: r495072 - /ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl

Author: sichen
Date: Wed Jan 10 17:02:41 2007
New Revision: 495072

URL: http://svn.apache.org/viewvc?view=rev&rev=495072
Log:
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")>