[OFBiz] SVN: r6113 -
trunk/applications/product/webapp/catalog/product
sichen at svn.ofbiz.org
sichen at svn.ofbiz.org
Fri Nov 11 21:57:54 EST 2005
Author: sichen
Date: 2005-11-11 20:57:50 -0600 (Fri, 11 Nov 2005)
New Revision: 6113
Modified:
trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl
Log:
Added quantity as one of the fields of products associated from this product
Modified: trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl
===================================================================
--- trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl 2005-11-12 02:39:43 UTC (rev 6112)
+++ trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl 2005-11-12 02:57:50 UTC (rev 6113)
@@ -188,6 +188,7 @@
<td><div class="tabletext"><b>${uiLabelMap.CommonFromDateTime}</b></div></td>
<td><div class="tabletext"><b>${uiLabelMap.CommonThruDateTime}</b></div></td>
<td><div class="tabletext"><b>${uiLabelMap.ProductSeqNum}</b></div></td>
+ <td><div class="tabletext"><b>${uiLabelMap.CommonQuantity}</b></div></td>
<td><div class="tabletext"><b>${uiLabelMap.ProductAssociationType}</b></div></td>
<td><div class="tabletext"><b> </b></div></td>
<td><div class="tabletext"><b> </b></div></td>
@@ -203,6 +204,7 @@
<td><div class="tabletext" <#if (assocFromProduct.getTimestamp("thruDate"))?exists && nowDate.after(assocFromProduct.getTimestamp("thruDate"))> style="color: red;"</#if>>
${(assocFromProduct.thruDate)?if_exists} </div></td>
<td><div class="tabletext"> ${(assocFromProduct.sequenceNum)?if_exists}</div></td>
+ <td><div class="tabletext"> ${(assocFromProduct.quantity)?if_exists}</div></td>
<td><div class="tabletext"><#if curProductAssocType?exists> ${(curProductAssocType.description)?if_exists}<#else>${(assocFromProduct.productAssocTypeId)?if_exists}</#if></div></td>
<td>
<a href="<@ofbizUrl>UpdateProductAssoc?UPDATE_MODE=DELETE&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">
More information about the Svn
mailing list