mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Don't complain about reports without html titles. This occurs for
every embedded report. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13820 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
8f61cbcac4
commit
68ae6010fe
@ -137,8 +137,7 @@
|
|||||||
(gnc:html-document-style-stack doc))
|
(gnc:html-document-style-stack doc))
|
||||||
;; push it
|
;; push it
|
||||||
(gnc:html-document-push-style doc (gnc:html-document-style doc))
|
(gnc:html-document-push-style doc (gnc:html-document-style doc))
|
||||||
(if (string-null? title)
|
(if (not (string-null? title))
|
||||||
(gnc:error "Null document title")
|
|
||||||
(gnc:report-render-starting (gnc:html-document-title doc)))
|
(gnc:report-render-starting (gnc:html-document-title doc)))
|
||||||
(if (not (null? headers?))
|
(if (not (null? headers?))
|
||||||
(begin
|
(begin
|
||||||
|
Loading…
Reference in New Issue
Block a user