Author: jacopoc
Date: Sun Dec  6 19:47:51 2009
New Revision: 887753

URL: http://svn.apache.org/viewvc?rev=887753&view=rev
Log:
Minor fix for the cash flow statement.

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=887753&r1=887752&r2=887753&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryScreens.xml 
(original)
+++ 
ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryScreens.xml 
Sun Dec  6 19:47:51 2009
@@ -1524,6 +1524,7 @@
                 </service>
                 <set field="fromDate" from-field="parameters.fromDate" 
type="Timestamp" default-value="${findLastClosedDateOutMap.lastClosedDate}"/>
                 <set field="thruDate" from-field="parameters.thruDate" 
type="Timestamp" default-value="${nowTimestamp}"/>
+                <set field="glFiscalTypeId" 
from-field="parameters.glFiscalTypeId" default-value="ACTUAL"/>                 
               
                 <script 
location="component://accounting/webapp/accounting/WEB-INF/actions/reports/MonthlyTrialBalance.groovy"/>
                 <script 
location="component://accounting/webapp/accounting/WEB-INF/actions/reports/IncomeStatement.groovy"/>
                 <script 
location="component://accounting/webapp/accounting/WEB-INF/actions/reports/CashFlowStatement.groovy"/>


Reply via email to