minor convenience for invoice templates, #24850
authorMark Wells <mark@freeside.biz>
Tue, 17 Sep 2013 18:43:29 +0000 (11:43 -0700)
committerMark Wells <mark@freeside.biz>
Tue, 17 Sep 2013 18:43:29 +0000 (11:43 -0700)
FS/FS/cust_bill.pm

index 32d4935..cbf7404 100644 (file)
@@ -3001,6 +3001,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