Author: mrisaliti
Date: Sat Jan 12 08:32:32 2008
New Revision: 611438
URL:
http://svn.apache.org/viewvc?rev=611438&view=revLog:
Fix a very small UI error introduced by me into the Edit Product Association screen.
Modified:
ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl
Modified: ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl?rev=611438&r1=611437&r2=611438&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl Sat Jan 12 08:32:32 2008
@@ -204,7 +204,7 @@
<td <#if (assocFromProduct.getTimestamp("thruDate"))?exists && nowDate.after(assocFromProduct.getTimestamp("thruDate"))> style="color: red;"</#if>>
${(assocFromProduct.thruDate)?if_exists} </td>
<td> ${(assocFromProduct.sequenceNum)?if_exists}</td>
- <td> ${(assocFromProduct.quantity)?if_exists}<</td>
+ <td> ${(assocFromProduct.quantity)?if_exists}</td>
<td><#if curProductAssocType?exists> ${(curProductAssocType.get("description",locale))?if_exists}<#else>${(assocFromProduct.productAssocTypeId)?if_exists}</#if></td>
<td>
<a href="<@ofbizUrl>UpdateProductAssoc?UPDATE_MODE=DELETE&productId=${productId}&PRODUCT_ID=${productId}&PRODUCT_ID_TO=${(assocFromProduct.productIdTo)?if_exists}&PRODUCT_ASSOC_TYPE_ID=${(assocFromProduct.productAssocTypeId)?if_exists}&FROM_DATE=${Static["org.ofbiz.base.util.UtilFormatOut"].encodeQueryValue(assocFromProduct.getTimestamp("fromDate").toString())}&useValues=true</@ofbizUrl>" class="buttontext">