mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
set the document title properly.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13270 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
25bb23b8d0
commit
22e48923c7
@ -6,6 +6,9 @@
|
|||||||
* lib/libqof/qof/Makefile.am: keep qofla-dir.h out of the dist
|
* lib/libqof/qof/Makefile.am: keep qofla-dir.h out of the dist
|
||||||
* configure.in: look in builddir for qof includes.
|
* configure.in: look in builddir for qof includes.
|
||||||
|
|
||||||
|
* src/business/business-reports/owner-report.scm:
|
||||||
|
set the document title properly.
|
||||||
|
|
||||||
2006-02-14 Derek Atkins <derek@ihtfp.com>
|
2006-02-14 Derek Atkins <derek@ihtfp.com>
|
||||||
|
|
||||||
* src/report/standard-reports/advanced-portfolio.scm:
|
* src/report/standard-reports/advanced-portfolio.scm:
|
||||||
|
@ -560,6 +560,7 @@
|
|||||||
(setup-query query owner account end-date)
|
(setup-query query owner account end-date)
|
||||||
|
|
||||||
(gnc:html-document-set-title!
|
(gnc:html-document-set-title!
|
||||||
|
document
|
||||||
(string-append (_ type-str ) " " (_ "Report:") " " (gnc:owner-get-name owner)))
|
(string-append (_ type-str ) " " (_ "Report:") " " (gnc:owner-get-name owner)))
|
||||||
|
|
||||||
(gnc:html-document-set-headline!
|
(gnc:html-document-set-headline!
|
||||||
|
Loading…
Reference in New Issue
Block a user