[freeside-commits] freeside/conf invoice_latex,1.26,1.27

Jeff Finucane,420,, jeff at wavetail.420.am
Fri Aug 8 11:13:07 PDT 2008


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

Modified Files:
	invoice_latex 
Log Message:
cdrs can be in separate invoice section, after total, summarized inline, with hints for page breaks

Index: invoice_latex
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_latex,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- invoice_latex	2 Aug 2008 04:20:19 -0000	1.26
+++ invoice_latex	8 Aug 2008 18:13:05 -0000	1.27
@@ -235,6 +235,7 @@
       $OUT .= '\large\textsc{'. $section->{'pretotal'}. '}\\\\';
       $OUT .= '\\end{flushright}';
     }
+    $OUT .= '\pagebreak' if $section{'post_total'};
     $OUT .= '\captionsetup{singlelinecheck=false,justification=raggedright,font={Large,sc,bf}}';
     $OUT .= '\begin{longtable}{cllllllr}';
     $OUT .= '\caption*{ ';



More information about the freeside-commits mailing list