From 6fb3ca52b569e131e082d3fe3f141ec3a307b164 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 5 Jun 2008 16:56:55 +0000 Subject: [PATCH] fix unitprice/section nit --- conf/invoice_html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/invoice_html b/conf/invoice_html index 60868400c..65c777e76 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -148,7 +148,7 @@ $OUT .= ''. qq( ). - qq(). + qq( colspan=3). $section->{'description'}. ' Total '. qq(). $section->{'subtotal'}. ''. -- 2.11.0