summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-09-17 11:43:29 -0700
committerMark Wells <mark@freeside.biz>2013-09-17 11:43:29 -0700
commit42a63a58a7008c4d7f5a128e3d14d61aab8d9630 (patch)
treeb71a920db9bf9bd6666029e3d48ec15b487ea1d0 /FS
parentaff0beb6c02cea2c9d903edb945089c414fede8f (diff)
minor convenience for invoice templates, #24850
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_bill.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 32d493516..cbf740469 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -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