You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/11/30 17:24:18 UTC

svn commit: r885482 - /ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml

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}">