ENH: display infobox when no accounts matched

This commit is contained in:
Christopher Lam 2017-12-30 09:08:31 +11:00
parent 7951d4259e
commit 30f7f2fcf7

View File

@ -1811,7 +1811,7 @@ tags within description, notes or memo. ")
(gnc:html-markup-h2 NO-MATCHING-ACCT-HEADER)
(gnc:html-markup-p NO-MATCHING-ACCT-TEXT)))
(if (member 'nomatch infobox-display)
(if (member 'no-match infobox-display)
(gnc:html-document-add-object!
document
(infobox)))))