svn commit: r1750113 - /ofbiz/branches/release13.07/applications/order/webapp/ordermgr/return/returnItemInc.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1750113 - /ofbiz/branches/release13.07/applications/order/webapp/ordermgr/return/returnItemInc.ftl

ashish-18
Author: ashish
Date: Fri Jun 24 14:08:45 2016
New Revision: 1750113

URL: http://svn.apache.org/viewvc?rev=1750113&view=rev
Log:
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/branches/release13.07/applications/order/webapp/ordermgr/return/returnItemInc.ftl

Modified: ofbiz/branches/release13.07/applications/order/webapp/ordermgr/return/returnItemInc.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/order/webapp/ordermgr/return/returnItemInc.ftl?rev=1750113&r1=1750112&r2=1750113&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/order/webapp/ordermgr/return/returnItemInc.ftl (original)
+++ ofbiz/branches/release13.07/applications/order/webapp/ordermgr/return/returnItemInc.ftl Fri Jun 24 14:08:45 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")}