Author: mor
Date: Sat Aug 8 11:56:06 2009
New Revision: 802346
URL:
http://svn.apache.org/viewvc?rev=802346&view=revLog:
Fixed NPE.
Modified:
ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreSurveys.ftl
Modified: ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreSurveys.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreSurveys.ftl?rev=802346&r1=802345&r2=802346&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreSurveys.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStoreSurveys.ftl Sat Aug 8 11:56:06 2009
@@ -42,7 +42,7 @@
<td><a href="/content/control/EditSurvey?surveyId=${storeSurvey.surveyId}" class="buttontext">${survey.description?default("[" + survey.surveyId + "]")}</a>
<td>${storeSurvey.productId?default("${uiLabelMap.CommonNA}")}</td>
<td>${storeSurvey.productCategoryId?default("${uiLabelMap.CommonNA}")}</td>
- <td>${storeSurvey.fromDate?string}</td>
+ <td>${storeSurvey.fromDate?if_exists?string}</td>
<td>${storeSurvey.sequenceNum?if_exists}</td>
<td>
<form name="deleteProductStoreSurveyAppl_${storeSurvey_index}" method="post" action="<@ofbizUrl>deleteProductStoreSurveyAppl</@ofbizUrl>">