Bug #620123: Patch to make account name a header cell, iso td in trial-balance

Patch by Bert.

BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20673 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2011-05-23 19:14:07 +00:00
parent 51e2d50667
commit 153182da66

View File

@ -661,7 +661,7 @@
"th" (_ "Credit")))
(row (append
(list (gnc:make-html-table-cell/markup
"total-label-cell" (_ "Account Name")))
"th" (_ "Account Name")))
(gnc:html-make-empty-cells (- account-cols 1))
(list debit-cell)
(list credit-cell))