diff options
author | Mark Wells <mark@freeside.biz> | 2013-06-07 12:09:30 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-06-07 12:09:30 -0700 |
commit | 20ff2d2943aef4fc5d854cc31ab422f360622bed (patch) | |
tree | 98962b36b291ba2f53d6f1439564bafdf15e5959 | |
parent | 9e431d19bdbc1194db6dcef31d1317cbf2a2176c (diff) |
fix invoice_sections option, fallout from #21103
-rw-r--r-- | FS/FS/Template_Mixin.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm index e4db2eeda..e597e73a3 100644 --- a/FS/FS/Template_Mixin.pm +++ b/FS/FS/Template_Mixin.pm @@ -800,7 +800,7 @@ sub print_generic { $adjust_section->{'sort_weight'} = $adjust_weight; my $unsquelched = $params{unsquelch_cdr} || $cust_main->squelch_cdr ne 'Y'; - my $multisection = $conf->exists($tc.'_sections', $cust_main->agentnum); + my $multisection = $conf->exists($tc.'sections', $cust_main->agentnum); $invoice_data{'multisection'} = $multisection; my $late_sections = []; my $extra_sections = []; |