diff options
| author | Mark Wells <mark@freeside.biz> | 2013-09-25 17:10:46 -0700 | 
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-09-25 17:10:46 -0700 | 
| commit | d1953d60d032b0b3066704c20ff75bf8585cd32e (patch) | |
| tree | 88bb40b94812b2f401fd4e55ecba91230329e115 | |
| parent | 9c793d18208df92f891b0fa658cfad6b5e0e1c4b (diff) | |
minor convenience for invoice templates, #24850
| -rw-r--r-- | FS/FS/Template_Mixin.pm | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 | 
