[freeside-commits] freeside/conf invoice_html,1.18,1.19

Ivan,,, ivan at wavetail.420.am
Sun Jun 22 19:49:02 PDT 2008


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

Modified Files:
	invoice_html 
Log Message:
this seems to match the latex templates more accurately, rather than push the sub-totals out into their own column

Index: invoice_html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- invoice_html	23 Jun 2008 02:35:02 -0000	1.18
+++ invoice_html	23 Jun 2008 02:48:59 -0000	1.19
@@ -148,7 +148,7 @@
           $OUT .=
             '<tr class="invoice_totaldesc">'.
               qq(<td style="$style">&nbsp;</td>).
-              qq(<td align="left" style="$style" colspan=3>).
+              qq(<td align="left" style="$style" colspan=2>).
                 $section->{'description'}. ' Total </td>'.
               qq(<td align="right" style="$style">).
                 $section->{'subtotal'}. '</td>'.



More information about the freeside-commits mailing list