AUDIT: r20782 - gnucash/trunk/src/report/business-reports - Bug #651992 - Exported invoices do not render correctly in Firefox

Geert Janssens gjanssens at code.gnucash.org
Tue Jun 21 05:50:54 EDT 2011


Author: gjanssens
Date: 2011-06-21 05:50:54 -0400 (Tue, 21 Jun 2011)
New Revision: 20782
Trac: http://svn.gnucash.org/trac/changeset/20782

Modified:
   gnucash/trunk/src/report/business-reports/fancy-invoice.scm
Log:
Bug #651992 - Exported invoices do not render correctly in Firefox
Patch by Bert Claesen
BP

Modified: gnucash/trunk/src/report/business-reports/fancy-invoice.scm
===================================================================
--- gnucash/trunk/src/report/business-reports/fancy-invoice.scm	2011-06-20 21:34:52 UTC (rev 20781)
+++ gnucash/trunk/src/report/business-reports/fancy-invoice.scm	2011-06-21 09:50:54 UTC (rev 20782)
@@ -428,7 +428,7 @@
 		     ;; oli-custom modified to colspan the subtotal labels
 		     ;; instead of the data fields
 		     (append (cons (gnc:make-html-table-cell/size/markup
-				    0 (colspan currency used-columns)
+				    1 (colspan currency used-columns)
 				    "total-label-cell" subtotal-label)
 				   '())
 			     (list (gnc:make-html-table-cell/markup



More information about the gnucash-changes mailing list