From 5c6cf04c160cfc19c964399a5d5791033f4115cf Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 23 Jun 2008 02:35:02 +0000 Subject: [PATCH] fix leaking colspan in totals on sectioned invoices --- conf/invoice_html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/invoice_html b/conf/invoice_html index 5afbb7ad3..98a176058 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -148,7 +148,7 @@ $OUT .= ''. qq( ). - qq( colspan=3). + qq(). $section->{'description'}. ' Total '. qq(). $section->{'subtotal'}. ''. -- 2.11.0