X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=conf%2Finvoice_latexsummary;h=4e4f62bf8f18121a8b2295a98f87181c78103259;hp=a181ee435b41a72942ab06af12e21fad4bdbff86;hb=b6dbe0f12dbbe4ea5209367f905f937789b5b607;hpb=63a268637b2d51a8766412617724b9436439deb6 diff --git a/conf/invoice_latexsummary b/conf/invoice_latexsummary index a181ee435..4e4f62bf8 100644 --- a/conf/invoice_latexsummary +++ b/conf/invoice_latexsummary @@ -21,7 +21,7 @@ \textbf{\underline{Summary of New Charges}} & \\ &\\ [@-- - foreach my $section ( grep { $_->{tax_section} || !$_->{summarized} and !($finance_section && $_->{'description'} eq $finance_section)} @sections ) { + foreach my $section ( grep { $_->{tax_section} || !$_->{summarized} and !($finance_section && $_->{'description'} eq $finance_section) and $_->{'description'} !~ /^\d+ $/ } @sections ) { $OUT .= '\textbf{'. ($section->{'description'} ? $section->{'description'} : 'Charges' ). '}'; $OUT .= '&\textbf{'. $section->{'subtotal'}. '}\\\\'; }