r20787 - gnucash/branches/2.4/src/report/business-reports - [20782] Bug #651992 - Exported invoices do not render correctly in Firefox Patch by Bert Claesen BP

Christian Stimming cstim at code.gnucash.org
Tue Jun 21 06:04:31 EDT 2011


Author: cstim
Date: 2011-06-21 06:04:31 -0400 (Tue, 21 Jun 2011)
New Revision: 20787
Trac: http://svn.gnucash.org/trac/changeset/20787

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

Original commit by gjanssens.

Modified: gnucash/branches/2.4/src/report/business-reports/fancy-invoice.scm
===================================================================
--- gnucash/branches/2.4/src/report/business-reports/fancy-invoice.scm	2011-06-21 09:51:31 UTC (rev 20786)
+++ gnucash/branches/2.4/src/report/business-reports/fancy-invoice.scm	2011-06-21 10:04:31 UTC (rev 20787)
@@ -431,7 +431,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