mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[balsheet-pnl] change definition of maxindent
previous would find deepest account; it should really find deepest selected account.
This commit is contained in:
parent
6f217165c4
commit
75ab45ac3c
@ -866,7 +866,7 @@ also show overall period profit & loss."))
|
||||
(multicol-table-right (if enable-dual-columns?
|
||||
(gnc:make-html-table)
|
||||
multicol-table-left))
|
||||
(maxindent (gnc-account-get-tree-depth (gnc-get-current-root-account))))
|
||||
(maxindent (apply max (cons 0 (map gnc-account-get-current-depth accounts)))))
|
||||
|
||||
(gnc:html-document-set-title!
|
||||
doc (with-output-to-string
|
||||
|
Loading…
Reference in New Issue
Block a user