Author: mor
Date: Fri Oct 9 10:15:27 2009
New Revision: 823500
URL: http://svn.apache.org/viewvc?rev=823500&view=rev
Log:
Applied fix from trunk for revision: 823499
Removed an extra parentheses enclosing carrier party on order detail page.
Patch applied from Mukesh Marathe, part of OFBIZ-3014
(https://issues.apache.org/jira/browse/OFBIZ-3014)
Modified:
ofbiz/branches/release09.04/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl
Modified:
ofbiz/branches/release09.04/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl?rev=823500&r1=823499&r2=823500&view=diff
==============================================================================
---
ofbiz/branches/release09.04/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl
(original)
+++
ofbiz/branches/release09.04/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl
Fri Oct 9 10:15:27 2009
@@ -238,7 +238,7 @@
<#if (orderShipmentInfoSummaryList?size >
1)>${orderShipmentInfoSummary.shipmentPackageSeqId}: </#if>
${uiLabelMap.CommonIdCode}:
${orderShipmentInfoSummary.trackingCode?default("[${uiLabelMap.OrderNotYetKnown}]")}
<#if orderShipmentInfoSummary.boxNumber?has_content>
${uiLabelMap.ProductBox} #${orderShipmentInfoSummary.boxNumber}</#if>
- <#if
orderShipmentInfoSummary.carrierPartyId?has_content>((${uiLabelMap.ProductCarrier}:
${orderShipmentInfoSummary.carrierPartyId})</#if>
+ <#if
orderShipmentInfoSummary.carrierPartyId?has_content>(${uiLabelMap.ProductCarrier}:
${orderShipmentInfoSummary.carrierPartyId})</#if>
</div>
</#if>
</#list>