Author: jleroux
Date: Sat Jun 2 18:52:30 2012
New Revision: 1345553
URL: http://svn.apache.org/viewvc?rev=1345553&view=rev
Log:
Forgot to commit this file with r1345532
Modified:
ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/returnPolicy.ftl
Modified:
ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/returnPolicy.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/returnPolicy.ftl?rev=1345553&r1=1345552&r2=1345553&view=diff
==============================================================================
---
ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/returnPolicy.ftl
(original)
+++
ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/returnPolicy.ftl
Sat Jun 2 18:52:30 2012
@@ -91,7 +91,7 @@ under the License.
<#list refundArray as refundAr>
<#assign refund = "">
<option value="${refundAr.getRefundOption()?if_exists}"
- <#if refund!=null &&
refund.equalsIgnoreCase(refundAr.getRefundOption())>selected="select"</#if>>
+ <#if refund?? &&
refund.equalsIgnoreCase(refundAr.getRefundOption())>selected="select"</#if>>
${refundArray[j].getDescription()?if_exists}</option>
</#list>
</#if>
@@ -113,7 +113,7 @@ under the License.
<#list paidByArray as paidBy>
<#assign shippingCostPaidBy = "">
<option
value="${paidBy.getShippingCostPaidByOption()?if_exists}"
- <#if shippingCostPaidBy!=null &&
shippingCostPaidBy.equalsIgnoreCase(paidBy.getShippingCostPaidByOption()?if_exists)>selected="select"</#if>>
+ <#if shippingCostPaidBy?? &&
shippingCostPaidBy.equalsIgnoreCase(paidBy.getShippingCostPaidByOption()?if_exists)>selected="select"</#if>>
${paidBy.getDescription()?if_exists}</option>
</#list>
</#if>