From: ivan Date: Mon, 23 Jun 2008 02:35:02 +0000 (+0000) Subject: fix leaking colspan in totals on sectioned invoices X-Git-Tag: root_of_webpay_support~544 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5c6cf04c160cfc19c964399a5d5791033f4115cf fix leaking colspan in totals on sectioned invoices --- 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'}. ''.