diff options
| author | Mark Wells <mark@freeside.biz> | 2013-09-17 11:43:29 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-09-17 11:43:29 -0700 |
| commit | 42a63a58a7008c4d7f5a128e3d14d61aab8d9630 (patch) | |
| tree | b71a920db9bf9bd6666029e3d48ec15b487ea1d0 /FS | |
| parent | aff0beb6c02cea2c9d903edb945089c414fede8f (diff) | |
minor convenience for invoice templates, #24850
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/cust_bill.pm | 1 |
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 |
