Author: eckardjf
Date: Thu Sep 13 11:54:16 2007
New Revision: 575402
URL:
http://svn.apache.org/viewvc?rev=575402&view=revLog:
Applied patch from Christian Geisert for OFBIZ-1240 - Small errors in HTML generation in receiveInventory.ftl
Modified:
ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl
Modified: ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl?rev=575402&r1=575401&r2=575402&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl Thu Sep 13 11:54:16 2007
@@ -103,7 +103,7 @@
</tr>
<tr>
<td width="14%"> </td>
- <td width="6%" align="right" nowrap>>${uiLabelMap.ProductProductName}</td>
+ <td width="6%" align="right" nowrap>${uiLabelMap.ProductProductName}</td>
<td width="6%"> </td>
<td width="74%">
<a href="/catalog/control/EditProduct?productId=${product.productId}${externalKeyParam?if_exists}" target="catalog" class="buttontext">${product.internalName?if_exists}</a>
@@ -203,7 +203,7 @@
</tr>
<tr>
<td width="14%"> </td>
- <td width="6%" align="right" nowrap>${uiLabelMap.ProductQuantityRejected}/td>
+ <td width="6%" align="right" nowrap>${uiLabelMap.ProductQuantityRejected}</td>
<td width="6%"> </td>
<td width="74%">
<input type="text" name="quantityRejected" size="5" value="0" />