diff options
| author | levinse <levinse> | 2011-06-05 03:45:31 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-06-05 03:45:31 +0000 |
| commit | f5eee2c16d152e5bf510da1df8c3a5bb12bbefd4 (patch) | |
| tree | 9eaa353a5d4c7701ee5729baffc50bd01227be75 /conf/invoice_latexsummary | |
| parent | 367f9b85f24646672fcec4bcd2ba26277848908f (diff) | |
remove double summary listing of svc_phone usage when used with invoice summary, RT12637
Diffstat (limited to 'conf/invoice_latexsummary')
| -rw-r--r-- | conf/invoice_latexsummary | 2 |
1 files changed, 1 insertions, 1 deletions
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'}. '}\\\\'; } |
