Author: bibryam
Date: Mon Apr 12 06:29:34 2010
New Revision: 933108
URL:
http://svn.apache.org/viewvc?rev=933108&view=revLog:
Fixed another wrong argument name this time passed to htmlTemplate.lookupField macro. Thanks to Blas for reporting.
Modified:
ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl
Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl?rev=933108&r1=933107&r2=933108&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl Mon Apr 12 06:29:34 2010
@@ -148,7 +148,7 @@ under the License.
<input type="hidden" name="activeOnly" value="${activeOnly.toString()}" />
<div>
<span class="label">${uiLabelMap.ProductProductId}</span>
- <@htmlTemplate.lookupField formName="addProductCategoryMemberForm" name="productId" id="productId" lookupFieldFormName="LookupProduct"/>
+ <@htmlTemplate.lookupField formName="addProductCategoryMemberForm" name="productId" id="productId" fieldFormName="LookupProduct"/>
<span class="label">${uiLabelMap.CommonFromDate}</span> <input type="text" size="22" name="fromDate" />
<a href="javascript:call_cal(document.addProductCategoryMemberForm.fromDate, '${nowTimestamp?string}');"><img src="<@ofbizContentUrl>/images/cal.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a>
<br />