Skip to content

Commit

Permalink
Bug #650241: Fix style for aging table in owner reports that has chan…
Browse files Browse the repository at this point in the history
…ged (after defining doctype)

Patch by Bert:

Prevent inheriting the parent tablestyle for aging table in owner-report

Bug #650139 & its patch in r20639
have some side-effects:
positive is that borders are shown for empty cell (#642222).

However, the aging table in the owner report now inherits the style from its
parent table, which means that all cells of the aging table are showing as
"centered-label-cell". This means:
*In the regular stylesheet: all text in the cells is bold
*In technicolor stylesheet: all cells have a yellow background

This patch removes the "centered-label-cell" class from the parent table cell
and shows the layout of the aging table to how it was before.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20648 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
cstim committed May 15, 2011
1 parent eeb3250 commit be09539
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/report/business-reports/owner-report.scm
Expand Up @@ -445,9 +445,8 @@
(gnc:html-table-append-row/markup!
table
"grand-total"
(list (gnc:make-html-table-cell/size/markup
(list (gnc:make-html-table-cell/size
1 columns-used-size
"centered-label-cell"
(make-aging-table options query interval-vec reverse? date-type)))))

table))
Expand Down

0 comments on commit be09539

Please sign in to comment.