[freeside-commits] branch master updated. 20ff2d2943aef4fc5d854cc31ab422f360622bed
Mark Wells
mark at 420.am
Fri Jun 7 12:09:35 PDT 2013
The branch, master has been updated
via 20ff2d2943aef4fc5d854cc31ab422f360622bed (commit)
from 9e431d19bdbc1194db6dcef31d1317cbf2a2176c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 20ff2d2943aef4fc5d854cc31ab422f360622bed
Author: Mark Wells <mark at freeside.biz>
Date: Fri Jun 7 12:09:30 2013 -0700
fix invoice_sections option, fallout from #21103
diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm
index e4db2ee..e597e73 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 = [];
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Template_Mixin.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list