This commit is contained in:
flywire 2025-01-24 21:16:01 +00:00 committed by GitHub
commit 643b65a075
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1734,7 +1734,10 @@ be excluded from periodic reporting.")
(data-columns (car list-of-commodities))))
(loop "" (cdr list-of-commodities))))))
(define (total-string str) (string-append (G_ "Total For ") str))
(define (total-string str)
(if (opt-val pagename-sorting optname-show-subtotals-only)
str
(string-append (G_ "Total For ") str)))
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; renderers