mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
TR: make no-report-data message consistent with initial no-account
This commit is contained in:
parent
840e1f8b02
commit
90fb712c7f
@ -1823,11 +1823,12 @@ tags within description, notes or memo. ")
|
|||||||
|
|
||||||
;; error condition: no splits found
|
;; error condition: no splits found
|
||||||
(begin
|
(begin
|
||||||
|
|
||||||
(gnc:html-document-add-object!
|
(gnc:html-document-add-object!
|
||||||
document
|
document
|
||||||
(gnc:make-html-text
|
(gnc:html-make-generic-warning
|
||||||
(gnc:html-markup-h2 NO-MATCHING-TRANS-HEADER)
|
report-title (gnc:report-id report-obj)
|
||||||
(gnc:html-markup-p NO-MATCHING-TRANS-TEXT)))
|
NO-MATCHING-TRANS-HEADER NO-MATCHING-TRANS-TEXT))
|
||||||
|
|
||||||
(if (member 'no-match infobox-display)
|
(if (member 'no-match infobox-display)
|
||||||
(gnc:html-document-add-object!
|
(gnc:html-document-add-object!
|
||||||
|
Loading…
Reference in New Issue
Block a user