Author: deepak
Date: Sat Jan 16 06:58:19 2016
New Revision: 1724925

URL: http://svn.apache.org/viewvc?rev=1724925&view=rev
Log:
(OFBIZ-6800) Applied patch manually from jira issue OFBIZ-6800.
============================================================
There's no attribute "align" for tag "<fo:block>", must change to "text-align".
============================================================

Thanks Parinya Wongjina for your contribution.

Modified:
    
ofbiz/trunk/applications/accounting/webapp/accounting/reports/AcctgTransEntriesSearchResult.fo.ftl
    
ofbiz/trunk/applications/accounting/webapp/accounting/reports/AcctgTransSearchResult.fo.ftl

Modified: 
ofbiz/trunk/applications/accounting/webapp/accounting/reports/AcctgTransEntriesSearchResult.fo.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/reports/AcctgTransEntriesSearchResult.fo.ftl?rev=1724925&r1=1724924&r2=1724925&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/accounting/webapp/accounting/reports/AcctgTransEntriesSearchResult.fo.ftl
 (original)
+++ 
ofbiz/trunk/applications/accounting/webapp/accounting/reports/AcctgTransEntriesSearchResult.fo.ftl
 Sat Jan 16 06:58:19 2016
@@ -27,7 +27,7 @@ under the License.
         </fo:layout-master-set>
         <fo:page-sequence master-reference="11x17-landscape">
             <fo:flow flow-name="xsl-region-body" font-family="Helvetica">
-                <fo:block 
align="center">${screens.render("component://order/widget/ordermgr/OrderPrintScreens.xml#CompanyLogo")}</fo:block>
+                <fo:block 
text-align="center">${screens.render("component://order/widget/ordermgr/OrderPrintScreens.xml#CompanyLogo")}</fo:block>
                 <#if acctgTransEntryList?has_content>
                     <fo:block>${uiLabelMap.AccountingAcctgTransEntriesFor}
                         <#assign partyName = 
(delegator.findOne("PartyNameView", {"partyId" : organizationPartyId}, false))!>

Modified: 
ofbiz/trunk/applications/accounting/webapp/accounting/reports/AcctgTransSearchResult.fo.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/reports/AcctgTransSearchResult.fo.ftl?rev=1724925&r1=1724924&r2=1724925&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/accounting/webapp/accounting/reports/AcctgTransSearchResult.fo.ftl
 (original)
+++ 
ofbiz/trunk/applications/accounting/webapp/accounting/reports/AcctgTransSearchResult.fo.ftl
 Sat Jan 16 06:58:19 2016
@@ -26,7 +26,7 @@ under the License.
         </fo:layout-master-set>
         <fo:page-sequence master-reference="main">
             <fo:flow flow-name="xsl-region-body" font-family="Helvetica">
-                <fo:block 
align="center">${screens.render("component://order/widget/ordermgr/OrderPrintScreens.xml#CompanyLogo")}</fo:block>
+                <fo:block 
text-align="center">${screens.render("component://order/widget/ordermgr/OrderPrintScreens.xml#CompanyLogo")}</fo:block>
                 <#if acctgTransList?has_content>
                     <fo:block>${uiLabelMap.AccountingAcctgTransFor}
                         <#if (organizationPartyId)??>


Reply via email to