Author: deepak
Date: Tue Jul 5 06:12:49 2016
New Revision: 1751398
URL:
http://svn.apache.org/viewvc?rev=1751398&view=revLog:
(OFBIZ-7702) Applied patch jira issue.
===========================================
Add a look-up for Product Id at Add Product Store Surveys screen
===========================================
Thanks Pawan Verma for your contribution.
Modified:
ofbiz/trunk/applications/product/template/store/EditProductStoreSurveys.ftl
Modified: ofbiz/trunk/applications/product/template/store/EditProductStoreSurveys.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/template/store/EditProductStoreSurveys.ftl?rev=1751398&r1=1751397&r2=1751398&view=diff==============================================================================
--- ofbiz/trunk/applications/product/template/store/EditProductStoreSurveys.ftl (original)
+++ ofbiz/trunk/applications/product/template/store/EditProductStoreSurveys.ftl Tue Jul 5 06:12:49 2016
@@ -95,7 +95,7 @@ under the License.
<tr>
<td class="label">${uiLabelMap.ProductProductId}</td>
<td>
- <input type="text" size="20" name="productId" />
+ <@htmlTemplate.lookupField formName="addSurvey" name="productId" id="productId" fieldFormName="LookupProduct"/>
</td>
</tr>
<tr>