From c0cd3e464e443a2d42d7f519ba01685087c6b423 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 25 Sep 2013 17:11:30 -0700 Subject: [PATCH] minor convenience for invoice templates, #24850 --- FS/FS/Template_Mixin.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm index f55fc664c..356de5bed 100644 --- a/FS/FS/Template_Mixin.pm +++ b/FS/FS/Template_Mixin.pm @@ -755,6 +755,7 @@ sub print_generic { my $taxtotal = 0; my $tax_section = { 'description' => $self->mt('Taxes, Surcharges, and Fees'), 'subtotal' => $taxtotal, # adjusted below + 'tax_section' => 1, }; my $tax_weight = _pkg_category($tax_section->{description}) ? _pkg_category($tax_section->{description})->weight -- 2.11.0