You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/01/16 07:25:35 UTC

svn commit: r1724916 - /ofbiz/trunk/applications/accounting/webapp/accounting/reports/ChartOfAccount.fo.ftl

Author: deepak
Date: Sat Jan 16 06:25:35 2016
New Revision: 1724916

URL: http://svn.apache.org/viewvc?rev=1724916&view=rev
Log:
(OFBIZ-6799) Applied patch from jira issue OFBIZ-6799
============================================================
Unable to transform FO file: org.apache.fop.apps.FOPException: org.apache.fop.fo.ValidationException: null:15:42: Invalid property encountered on "fo:block": align (See position 15:42)
============================================================

Thanks Parinya Wongjina for your contribution.

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

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/reports/ChartOfAccount.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/reports/ChartOfAccount.fo.ftl?rev=1724916&r1=1724915&r2=1724916&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/reports/ChartOfAccount.fo.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/reports/ChartOfAccount.fo.ftl Sat Jan 16 06:25:35 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 glAccountOrgAndClassList?has_content>
                     <fo:block>${uiLabelMap.AccountingChartOfAcctsFor}
                         <#if (organizationPartyId)??>