[freeside-commits] branch FREESIDE_3_BRANCH updated. 041e476beaa6a200ffff8db50671f2b4245c86b8

Mark Wells mark at 420.am
Fri Jun 7 12:09:34 PDT 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  041e476beaa6a200ffff8db50671f2b4245c86b8 (commit)
      from  837b5d7c27ae2b6502d86146456f8a3cfb06f8c0 (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 041e476beaa6a200ffff8db50671f2b4245c86b8
Author: Mark Wells <mark at freeside.biz>
Date:   Fri Jun 7 12:09:11 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