You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2016/06/09 10:04:44 UTC

svn commit: r1747523 - /ofbiz/branches/release15.12/applications/accounting/webapp/accounting/reports/CostCentersReport.fo.ftl

Author: ashish
Date: Thu Jun  9 10:04:44 2016
New Revision: 1747523

URL: http://svn.apache.org/viewvc?rev=1747523&view=rev
Log:
Applied bug fix from trunk r1747401.
====================================
Applied patch from jira issue - OFBIZ-7215 - Error with Cost Centers Report pdf.
Thanks Ravi for the contribution.
====================================

Modified:
    ofbiz/branches/release15.12/applications/accounting/webapp/accounting/reports/CostCentersReport.fo.ftl

Modified: ofbiz/branches/release15.12/applications/accounting/webapp/accounting/reports/CostCentersReport.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/accounting/webapp/accounting/reports/CostCentersReport.fo.ftl?rev=1747523&r1=1747522&r2=1747523&view=diff
==============================================================================
--- ofbiz/branches/release15.12/applications/accounting/webapp/accounting/reports/CostCentersReport.fo.ftl (original)
+++ ofbiz/branches/release15.12/applications/accounting/webapp/accounting/reports/CostCentersReport.fo.ftl Thu Jun  9 10:04:44 2016
@@ -40,7 +40,7 @@ under the License.
             </fo:table-header>
             <fo:table-body>
                 <#list glAcctBalancesByCostCenter as glAcctBalanceByCostCenter>
-                    <#if glAcctgOrgAndCostCenter?has_content>
+                    <#if glAcctBalanceByCostCenter?has_content>
                         <fo:table-row>
                             <fo:table-cell border="1pt solid" border-width=".1mm">
                                 <fo:block text-align="center">${glAcctBalanceByCostCenter.glAccountId!}</fo:block>