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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Deepak Dixit-5
Author: deepak
Date: Sat Jan 16 06:32:59 2016
New Revision: 1724918

URL: http://svn.apache.org/viewvc?rev=1724918&view=rev
Log:
(OFBIZ-6799) Found issue while working on OFBIZ-6799,
ChartOfAccounts.fo.ftl using postedBalance field, but its removed at r1530274, As its not a valid field of entity so system throwing exception while accessing COA pdf.

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=1724918&r1=1724917&r2=1724918&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:32:59 2016
@@ -49,8 +49,7 @@ under the License.
                             <fo:table-column column-width="25mm"/>
                             <fo:table-column column-width="35mm"/>
                             <fo:table-column column-width="30mm"/>
-                            <fo:table-column column-width="15mm"/>
-                            <fo:table-column column-width="15mm"/>
+                            <fo:table-column column-width="30mm"/>
                             <fo:table-header>
                                 <fo:table-cell border="1pt solid" border-width=".1mm">
                                     <fo:block text-align="center" font-size="6pt">${uiLabelMap.FormFieldTitle_glAccountId}</fo:block>
@@ -82,9 +81,6 @@ under the License.
                                 <fo:table-cell border="1pt solid" border-width=".1mm">
                                     <fo:block text-align="center" font-size="6pt">${uiLabelMap.AccountingProductId}</fo:block>
                                 </fo:table-cell>
-                                <fo:table-cell border="1pt solid" border-width=".1mm">
-                                    <fo:block text-align="center" font-size="6pt">${uiLabelMap.FormFieldTitle_postedBalance}</fo:block>
-                                </fo:table-cell>
                             </fo:table-header>
                             <fo:table-body>
                                 <#list glAccountOrgAndClassList as glAccountOrgAndClass>
@@ -139,9 +135,6 @@ under the License.
                                         <fo:table-cell border="1pt solid" border-width=".1mm">
                                             <fo:block text-align="center" font-size="5pt">${(glAccountOrgAndClass.productId)!}</fo:block>        
                                         </fo:table-cell>
-                                        <fo:table-cell border="1pt solid" border-width=".1mm">
-                                            <fo:block text-align="center" font-size="5pt">${(glAccountOrgAndClass.postedBalance)!}</fo:block>        
-                                        </fo:table-cell>
                                     </fo:table-row>
                                 </#list>
                             </fo:table-body>