Author: ashish
Date: Thu Jun 9 10:04:44 2016
New Revision: 1747523
URL:
http://svn.apache.org/viewvc?rev=1747523&view=revLog:
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>