[freeside-commits] freeside/conf invoice_html,1.14,1.15

Jeff Finucane,420,, jeff at wavetail.420.am
Thu Jun 5 09:56:57 PDT 2008


Update of /home/cvs/cvsroot/freeside/conf
In directory wavetail.420.am:/tmp/cvs-serv18070

Modified Files:
	invoice_html 
Log Message:
fix unitprice/section nit

Index: invoice_html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- invoice_html	5 Jun 2008 16:51:34 -0000	1.14
+++ invoice_html	5 Jun 2008 16:56:55 -0000	1.15
@@ -148,7 +148,7 @@
           $OUT .=
             '<tr class="invoice_totaldesc">'.
               qq(<td style="$style">&nbsp;</td>).
-              qq(<td align="left" style="$style">).
+              qq(<td align="left" style="$style"> colspan=3).
                 $section->{'description'}. ' Total </td>'.
               qq(<td align="right" style="$style">).
                 $section->{'subtotal'}. '</td>'.



More information about the freeside-commits mailing list