r20680 - gnucash/branches/2.4/src/report/business-reports - [20648] Bug #650241: Fix style for aging table in owner reports that has changed (after defining doctype)

Christian Stimming cstim at code.gnucash.org
Mon May 23 15:20:49 EDT 2011


Author: cstim
Date: 2011-05-23 15:20:49 -0400 (Mon, 23 May 2011)
New Revision: 20680
Trac: http://svn.gnucash.org/trac/changeset/20680

Modified:
   gnucash/branches/2.4/src/report/business-reports/owner-report.scm
Log:
[20648] Bug #650241: Fix style for aging table in owner reports that has changed (after defining doctype)

Patch by Bert, modified to allow back-porting.

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

Modified: gnucash/branches/2.4/src/report/business-reports/owner-report.scm
===================================================================
--- gnucash/branches/2.4/src/report/business-reports/owner-report.scm	2011-05-23 19:20:38 UTC (rev 20679)
+++ gnucash/branches/2.4/src/report/business-reports/owner-report.scm	2011-05-23 19:20:49 UTC (rev 20680)
@@ -389,9 +389,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 (+ 1 (value-col used-columns))
-	      "centered-label-cell"
 	      (make-aging-table options query interval-vec reverse? date-type)))))
 
     table))



More information about the gnucash-changes mailing list