Author: doogie
Date: Tue May 11 20:25:47 2010
New Revision: 943271

URL: http://svn.apache.org/viewvc?rev=943271&view=rev
Log:
The call to getPartyNameForDate was broken into multiple lines, so
combine them together.

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/order/orderReportBody.fo.ftl

Modified: 
ofbiz/trunk/applications/order/webapp/ordermgr/order/orderReportBody.fo.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderReportBody.fo.ftl?rev=943271&r1=943270&r2=943271&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/orderReportBody.fo.ftl 
(original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/orderReportBody.fo.ftl 
Tue May 11 20:25:47 2010
@@ -179,8 +179,7 @@ under the License.
                                     
<fo:block>${note.noteInfo?if_exists}</fo:block>
                                 </fo:table-cell>
                                 <fo:table-cell number-columns-spanned="2">
-                                    <#assign notePartyNameResult = 
dispatcher.runSync("getPartyNameForDate",
-                                        
Static["org.ofbiz.base.util.UtilMisc"].toMap("partyId", note.noteParty, 
"compareDate", note.noteDateTime, "lastNameFirst", "Y", "userLogin", 
userLogin))/>
+                                    <#assign notePartyNameResult = 
dispatcher.runSync("getPartyNameForDate", 
Static["org.ofbiz.base.util.UtilMisc"].toMap("partyId", note.noteParty, 
"compareDate", note.noteDateTime, "lastNameFirst", "Y", "userLogin", 
userLogin))/>
                                     <fo:block>${uiLabelMap.CommonBy}: 
${notePartyNameResult.fullName?default("${uiLabelMap.OrderPartyNameNotFound}")}</fo:block>
                                 </fo:table-cell>
                                 <fo:table-cell number-columns-spanned="1">


Reply via email to