mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
BUGFIX: enable informal headers for dual-column only
This commit is contained in:
parent
933ae74b41
commit
a0577cd0e7
@ -1204,6 +1204,7 @@ tags within description, notes or memo. ")
|
||||
(for-each (lambda (cell) (addto! row-contents cell))
|
||||
(gnc:html-make-empty-cells left-indent))
|
||||
(if (and (opt-val pagename-sorting optname-show-informal-headers)
|
||||
(column-uses? 'amount-double)
|
||||
(member sortkey SORTKEY-INFORMAL-HEADERS))
|
||||
(begin
|
||||
(if export?
|
||||
|
Loading…
Reference in New Issue
Block a user