[freeside-commits] branch master updated. 069e50e62a3bd510595c77286575613e7640faa3

Mark Wells mark at 420.am
Tue Jan 14 16:07:11 PST 2014


The branch, master has been updated
       via  069e50e62a3bd510595c77286575613e7640faa3 (commit)
      from  be22bac9ba2930e201a652531a753eb976151edf (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 069e50e62a3bd510595c77286575613e7640faa3
Author: Mark Wells <mark at freeside.biz>
Date:   Tue Jan 14 16:07:07 2014 -0800

    fix bad typo, #25459

diff --git a/httemplate/graph/cust_bill_pkg.cgi b/httemplate/graph/cust_bill_pkg.cgi
index 57fb81b..edc339d 100644
--- a/httemplate/graph/cust_bill_pkg.cgi
+++ b/httemplate/graph/cust_bill_pkg.cgi
@@ -138,7 +138,7 @@ if ( $cgi->param('class_agg_break') eq 'aggregate' or
       my $i = 0;
       foreach (@$these) {
         $i++ until $not_these->[$i] == $_;
-        splice($not_these, $i, 1);
+        splice(@$not_these, $i, 1);
       }
       push @classnums, $these;
       push @not_classnums, $not_these;

-----------------------------------------------------------------------

Summary of changes:
 httemplate/graph/cust_bill_pkg.cgi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list