X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_latexsummary;h=4c48ab1c2df4898685d2bb68a89d54dba35bfe06;hb=898373c17b6489ab1971bccc692323aa52b8900e;hp=a68e5d381f7ed0e9efe2ecfd2d36be8903692853;hpb=3d0a1bb06b895c5be6e3f0517d355442a6b1e125;p=freeside.git diff --git a/conf/invoice_latexsummary b/conf/invoice_latexsummary index a68e5d381..4c48ab1c2 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'}. '}\\\\'; }