mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 542472: Make reports use accounting period as default for dates.
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17295 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user