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:
David Hampton 2002-09-26 14:54:46 +00:00
parent 1289a79aa9
commit 9d1ee40961

View File

@ -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))