mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
[balsheet-pnl] fix: single-date balsheet missed printing date
This commit is contained in:
parent
54c4575f27
commit
e97b78df80
@ -917,7 +917,7 @@ also show overall period profit & loss."))
|
||||
(if (or incr (eq? report-type 'pnl))
|
||||
(format #t (_ "~a to ~a")
|
||||
(qof-print-date startdate) (qof-print-date enddate))
|
||||
(qof-print-date enddate)))))
|
||||
(display (qof-print-date enddate))))))
|
||||
|
||||
(if (eq? (get-option gnc:pagename-general optname-options-summary) 'always)
|
||||
(gnc:html-document-add-object!
|
||||
|
Loading…
Reference in New Issue
Block a user