Author: ashish
Date: Wed Jun  8 14:35:26 2016
New Revision: 1747401

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

Modified:
    
ofbiz/trunk/applications/accounting/template/reports/CostCentersReport.fo.ftl

Modified: 
ofbiz/trunk/applications/accounting/template/reports/CostCentersReport.fo.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/template/reports/CostCentersReport.fo.ftl?rev=1747401&r1=1747400&r2=1747401&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/accounting/template/reports/CostCentersReport.fo.ftl 
(original)
+++ 
ofbiz/trunk/applications/accounting/template/reports/CostCentersReport.fo.ftl 
Wed Jun  8 14:35:26 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>


Reply via email to