Author: sichen
Date: Fri Oct 20 20:44:53 2006
New Revision: 466328
URL:
http://svn.apache.org/viewvc?view=rev&rev=466328Log:
fix some bad html </a> tags
Modified:
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl
Modified: incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl?view=diff&rev=466328&r1=466327&r2=466328==============================================================================
--- incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl (original)
+++ incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl Fri Oct 20 20:44:53 2006
@@ -103,10 +103,10 @@
<tr><td align="left">${uiLabelMap.OrderRequiredForSO}</td>
<td style="padding-left: 15px; text-align: left;">${requiredQuantity}</td></tr>
<tr><td align="left">${uiLabelMap.ProductInInventory} ${uiLabelMap.ProductQoh}</td>
- <td style="padding-left: 15px; text-align: left;">${qohQuantity} (${uiLabelMap.ProductAtp}: ${atpQuantity})</a></td></tr>
+ <td style="padding-left: 15px; text-align: left;">${qohQuantity} (${uiLabelMap.ProductAtp}: ${atpQuantity})</td></tr>
<#if (product != null) && (product.productTypeId != null) && (product.productTypeId == "MARKETING_PKG_AUTO")>
<tr><td align="left">${uiLabelMap.ProductMarketingPackageQOH}</td>
- <td style="padding-left: 15px; text-align: left;">${mktgPkgQOH} (${uiLabelMap.ProductAtp}: ${mktgPkgATP})</a></td></tr>
+ <td style="padding-left: 15px; text-align: left;">${mktgPkgQOH} (${uiLabelMap.ProductAtp}: ${mktgPkgATP})</td></tr>
</#if>
<tr><td align="left">${uiLabelMap.OrderOnOrder}</td>
<td style="padding-left: 15px; text-align: left;">${onOrderQuantity}</td></tr>