Author: mor
Date: Fri Aug 7 11:06:09 2009
New Revision: 801949
URL: http://svn.apache.org/viewvc?rev=801949&view=rev
Log:
Fixed Monthly Trial Balance PDF not showing anything. Applied patch from
Brajesh Patel, part of OFBIZ-2809
(https://issues.apache.org/jira/browse/OFBIZ-2809)
Modified:
ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryScreens.xml
Modified:
ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryScreens.xml?rev=801949&r1=801948&r2=801949&view=diff
==============================================================================
---
ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryScreens.xml
(original)
+++
ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryScreens.xml
Fri Aug 7 11:06:09 2009
@@ -987,8 +987,6 @@
<property-map resource="AccountingUiLabels"
map-name="uiLabelMap" global="true"/>
<set field="organizationPartyId"
from-field="parameters.organizationPartyId" type="String"/>
<script
location="component://accounting/webapp/accounting/WEB-INF/actions/reports/MonthlyTrialBalance.groovy"/>
- <set field="fromDate" from-field="monthlyTrialBalanceFromDate"
type="Timestamp"/>
- <set field="thruDate" from-field="monthlyTrialBalanceThruDate"
type="Timestamp"/>
<set field="financialYearFromDate"
from-field="financialYearFromDate" type="Timestamp"/>
<script
location="component://accounting/webapp/accounting/WEB-INF/actions/reports/TransactionTotals.groovy"/>
</actions>