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:39:32 UTC

svn commit: r1724919 - in /ofbiz/branches/release15.12: ./ applications/accounting/webapp/accounting/reports/ChartOfAccount.fo.ftl

Author: deepak
Date: Sat Jan 16 06:39:32 2016
New Revision: 1724919

URL: http://svn.apache.org/viewvc?rev=1724919&view=rev
Log:
Applied fix from trunk for revision: 1724916 
===

(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/branches/release15.12/   (props changed)
    ofbiz/branches/release15.12/applications/accounting/webapp/accounting/reports/ChartOfAccount.fo.ftl

Propchange: ofbiz/branches/release15.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Jan 16 06:39:32 2016
@@ -9,4 +9,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/trunk:1722712,1724402,1724411,1724566,1724689,1724763
+/ofbiz/trunk:1722712,1724402,1724411,1724566,1724689,1724763,1724916

Modified: ofbiz/branches/release15.12/applications/accounting/webapp/accounting/reports/ChartOfAccount.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/accounting/webapp/accounting/reports/ChartOfAccount.fo.ftl?rev=1724919&r1=1724918&r2=1724919&view=diff
==============================================================================
--- ofbiz/branches/release15.12/applications/accounting/webapp/accounting/reports/ChartOfAccount.fo.ftl (original)
+++ ofbiz/branches/release15.12/applications/accounting/webapp/accounting/reports/ChartOfAccount.fo.ftl Sat Jan 16 06:39:32 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)??>