mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge ebdab86ec1
into 55465e88ed
This commit is contained in:
commit
643b65a075
@ -1734,7 +1734,10 @@ be excluded from periodic reporting.")
|
|||||||
(data-columns (car list-of-commodities))))
|
(data-columns (car list-of-commodities))))
|
||||||
(loop "" (cdr 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
|
;; renderers
|
||||||
|
Loading…
Reference in New Issue
Block a user