mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use report name from options.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7245 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1289a79aa9
commit
9d1ee40961
@ -207,7 +207,8 @@
|
||||
|
||||
;;(gnc:warn "account names" liability-account-names)
|
||||
(gnc:html-document-set-title!
|
||||
doc (sprintf #f (_ "Balance sheet at %s")
|
||||
doc (sprintf #f "%s %s"
|
||||
(get-option gnc:pagename-general gnc:optname-reportname)
|
||||
(gnc:print-date to-date-tp)))
|
||||
|
||||
(if (not (null? accounts))
|
||||
|
Loading…
Reference in New Issue
Block a user