X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=conf%2Finvoice_latexsummary;h=bd4ea6975aa140de8ab0a23df4c6f8a557ccb19e;hp=a68e5d381f7ed0e9efe2ecfd2d36be8903692853;hb=949a80c148a8bbeeeec54c5a0be5d73b292423a5;hpb=3d0a1bb06b895c5be6e3f0517d355442a6b1e125 diff --git a/conf/invoice_latexsummary b/conf/invoice_latexsummary index a68e5d381..bd4ea6975 100644 --- a/conf/invoice_latexsummary +++ b/conf/invoice_latexsummary @@ -21,16 +21,7 @@ \textbf{\underline{Summary of New Charges}} & \\ &\\ [@-- - #false laziness w/invoice_htmlsummary - foreach my $section ( - grep { - $_->{tax_section} || !$_->{summarized} - and ! $_->{adjust_section} - and !($finance_section && $_->{'description'} eq $finance_section) - and $_->{'description'} !~ /^\d+ $/ - } - @sections - ) { + foreach my $section (@summary_subtotals) { $OUT .= '\textbf{'. ($section->{'description'} ? $section->{'description'} : 'Charges' ). '}'; $OUT .= '&\textbf{'. $section->{'subtotal'}. '}\\\\'; } @@ -61,3 +52,4 @@ \end{tabular} \end{minipage} \\ \end{tabular} +\newpage