Author: ashish
Date: Fri Jun 24 14:05:48 2016
New Revision: 1750109
URL:
http://svn.apache.org/viewvc?rev=1750109&view=revLog:
Applied patch from jira issue - OFBIZ-7347 - If promo text contains any HTML elements elements, it is not getting properly rendered on order return screen. Thanks Pritam for the contribution.
Modified:
ofbiz/trunk/applications/order/template/return/ReturnItemInc.ftl
Modified: ofbiz/trunk/applications/order/template/return/ReturnItemInc.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/template/return/ReturnItemInc.ftl?rev=1750109&r1=1750108&r2=1750109&view=diff==============================================================================
--- ofbiz/trunk/applications/order/template/return/ReturnItemInc.ftl (original)
+++ ofbiz/trunk/applications/order/template/return/ReturnItemInc.ftl Fri Jun 24 14:05:48 2016
@@ -69,7 +69,7 @@ under the License.
<td colspan="4">
<input type="hidden" name="returnAdjustmentTypeId_o_${rowCount}" value="${returnAdjustmentType}"/>
<input type="hidden" name="orderAdjustmentId_o_${rowCount}" value="${orderItem.orderAdjustmentId}"/>
- ${description?default("N/A")}
+ ${StringUtil.wrapString(description)?default("N/A")}
</td>
<td>
${orderItem.amount?string("##0.00")}