mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
TR: Show "Grand Total" only if it has been generated.
This commit is contained in:
parent
cb18d3ca42
commit
546b54c976
@ -1703,7 +1703,9 @@ tags within description, notes or memo. ")
|
||||
(string-join (map (lambda (row)
|
||||
(row->html row list-of-cols))
|
||||
list-of-rows) "")
|
||||
(row->html 'row-total list-of-cols)
|
||||
(if (memq 'row-total (grid-rows grid))
|
||||
(row->html 'row-total list-of-cols)
|
||||
"")
|
||||
"</tbody></table>\n"))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user