summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-06-07 12:09:11 -0700
committerMark Wells <mark@freeside.biz>2013-06-07 12:09:11 -0700
commit041e476beaa6a200ffff8db50671f2b4245c86b8 (patch)
tree02f57b9bba62ddae3b7dd432a3eb411a37b5384f
parent837b5d7c27ae2b6502d86146456f8a3cfb06f8c0 (diff)
fix invoice_sections option, fallout from #21103
-rw-r--r--FS/FS/Template_Mixin.pm2
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 = [];