r17382 - gnucash/branches/2.2/src/app-utils - [r17295] Bug 542472: Make reports use accounting period as default for dates.

Andreas Köhler andi5 at cvs.gnucash.org
Tue Jul 22 18:33:14 EDT 2008


Author: andi5
Date: 2008-07-22 18:33:14 -0400 (Tue, 22 Jul 2008)
New Revision: 17382
Trac: http://svn.gnucash.org/trac/changeset/17382

Modified:
   gnucash/branches/2.2/src/app-utils/options.scm
Log:
[r17295] Bug 542472: Make reports use accounting period as default for dates.

Committed by cedayiv.


Modified: gnucash/branches/2.2/src/app-utils/options.scm
===================================================================
--- gnucash/branches/2.2/src/app-utils/options.scm	2008-07-22 22:33:04 UTC (rev 17381)
+++ gnucash/branches/2.2/src/app-utils/options.scm	2008-07-22 22:33:14 UTC (rev 17382)
@@ -1534,7 +1534,7 @@
     pagename optname 
     sort-tag info
     (lambda () 
-      (cons 'relative 'today))
+      (cons 'relative 'end-accounting-period))
     #f 'both 
     '(
       today 
@@ -1554,7 +1554,7 @@
    (gnc:make-date-option
     pagename name-from
     (string-append sort-tag "a") info-from
-    (lambda () (cons 'relative 'start-cal-year))
+    (lambda () (cons 'relative 'start-accounting-period))
     #f 'both 
     '(
       today



More information about the gnucash-changes mailing list