Skip to content

Commit

Permalink
[balance-sheet] sanitize & in (add-subtotal-line)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Jun 16, 2018
1 parent 62b5c81 commit 6a62b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gnucash/report/standard-reports/balance-sheet.scm
Expand Up @@ -697,7 +697,8 @@
total-liabilities? liability-balance))

(add-subtotal-line
right-table (_ "Total Liabilities & Equity")
right-table (gnc:html-string-sanitize
(_ "Total Liabilities & Equity"))
#f liability-plus-equity)

(gnc:html-document-add-object!
Expand Down

0 comments on commit 6a62b8d

Please sign in to comment.