mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
TR: (ENH) do not add headers if hiding transaction data
This commit is contained in:
@@ -1111,10 +1111,11 @@ tags within description, notes or memo. ")
|
||||
"number-cell"
|
||||
(gnc:make-gnc-monetary currency price-decimal)))))))))
|
||||
|
||||
(if (and (null? left-cols-list)
|
||||
(or (opt-val gnc:pagename-display "Totals")
|
||||
(primary-get-info 'renderer-fn)
|
||||
(secondary-get-info 'renderer-fn)))
|
||||
(if (or (column-uses? 'subtotals-only)
|
||||
(and (null? left-cols-list)
|
||||
(or (opt-val gnc:pagename-display "Totals")
|
||||
(primary-get-info 'renderer-fn)
|
||||
(secondary-get-info 'renderer-fn))))
|
||||
(list (vector "" (lambda (s t) #f)))
|
||||
left-cols-list)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user