[freeside-commits] branch FREESIDE_3_BRANCH updated. 7969a9e236a1e9400656b8e718d18018e3eece1d
Mark Wells
mark at 420.am
Tue Jan 14 16:07:10 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 7969a9e236a1e9400656b8e718d18018e3eece1d (commit)
from bdf9732a992deb1332b3496ba112885806a67798 (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 7969a9e236a1e9400656b8e718d18018e3eece1d
Author: Mark Wells <mark at freeside.biz>
Date: Tue Jan 14 16:06:51 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