Author: jacopoc
Date: Mon Nov 30 16:24:18 2009
New Revision: 885482

URL: http://svn.apache.org/viewvc?rev=885482&view=rev
Log:
Default (now) date is prepopulated in the balance sheet calling report form.


Modified:
    ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml

Modified: 
ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml?rev=885482&r1=885481&r2=885482&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml 
(original)
+++ ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml 
Mon Nov 30 16:24:18 2009
@@ -139,7 +139,7 @@
     <form name="BalanceSheetParameters" type="single" 
target="prepareBalanceSheet"
         header-row-style="header-row" default-table-style="basic-table">
         <field name="organizationPartyId"><hidden/></field>
-        <field name="thruDate"><date-time/></field>
+        <field name="thruDate"><date-time 
default-value="${nowTimestamp}"/></field>
         <field name="glFiscalTypeId" 
title="${uiLabelMap.FormFieldTitle_glFiscalType}">
             <drop-down>
                 <entity-options entity-name="GlFiscalType" 
description="${description}">


Reply via email to