Author: sichen
Date: Thu Sep 28 12:44:43 2006
New Revision: 450986
URL:
http://svn.apache.org/viewvc?view=rev&rev=450986Log:
Removed a couple of links on the product inventory page which actually aren't needed: delete doesn't work, and edit duplicates the item id link
Modified:
incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl
Modified: incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl?view=diff&rev=450986&r1=450985&r2=450986==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductInventoryItems.ftl Thu Sep 28 12:44:43 2006
@@ -112,8 +112,6 @@
<td><div class="tabletext"><b>${uiLabelMap.ProductBinNum}</b></div></td>
<td><div class="tabletext"><b>${uiLabelMap.ProductPerUnitPrice}</b></div></td>
<td><div class="tabletext"><b>${uiLabelMap.ProductAtpQohSerial}</b></div></td>
- <td><div class="tabletext"> </div></td>
- <td><div class="tabletext"> </div></td>
</tr>
<#list productInventoryItems as inventoryItem>
<#if showEmpty || (inventoryItem.inventoryItemTypeId?if_exists == "SERIALIZED_INV_ITEM" && inventoryItem.statusId?if_exists != "INV_DELIVERED")
@@ -171,12 +169,6 @@
${uiLabelMap.ProductAndQuantityOnHand} (${(inventoryItem.quantityOnHandTotal)?if_exists} ${uiLabelMap.CommonSpecified}</div></td>
<td> </td>
</#if>
- <td>
- <a href="/facility/control/EditInventoryItem?inventoryItemId=${(inventoryItem.inventoryItemId)?if_exists}${externalKeyParam}" class="buttontext">${uiLabelMap.CommonEdit}</a>
- </td>
- <td>
- <a href="<@ofbizUrl>DeleteProductInventoryItem?productId=${productId}&inventoryItemId=${(inventoryItem.inventoryItemId)?if_exists}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a>
- </td>
</tr>
</#if>
</#if>