You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/12/03 22:18:54 UTC

svn commit: r1042009 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderitems.ftl

Author: jleroux
Date: Fri Dec  3 21:18:53 2010
New Revision: 1042009

URL: http://svn.apache.org/viewvc?rev=1042009&view=rev
Log:
Fixes an issue reported by Erwan at OFBIZ-4008 "displaying promoText in finalizeOrder is wrongly done"

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderitems.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderitems.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderitems.ftl?rev=1042009&r1=1042008&r2=1042009&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderitems.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/order/orderitems.ftl Fri Dec  3 21:18:53 2010
@@ -93,7 +93,7 @@ under the License.
                 <td align="right">
                   <div style="font-size: xx-small;">
                     <b><i>${uiLabelMap.OrderAdjustment}</i>:</b> <b>${localOrderReadHelper.getAdjustmentType(orderItemAdjustment)}</b>&nbsp;
-                    <#if orderItemAdjustment.description?has_content>: ${orderItemAdjustment.get("description",locale)}</#if>
+                    <#if orderItemAdjustment.description?has_content>: ${StringUtil.wrapString(orderItemAdjustment.get("description",locale))}</#if>
 
                     <#if orderItemAdjustment.orderAdjustmentTypeId == "SALES_TAX">
                       <#if orderItemAdjustment.primaryGeoId?has_content>