diff options
author | Mark Wells <mark@freeside.biz> | 2014-12-08 14:34:56 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-12-08 14:34:56 -0800 |
commit | 180e28e1bc437246c6892655bc6c241cf686830b (patch) | |
tree | 560e46d6742845649996c9b32a4d31761836bf22 /httemplate/graph | |
parent | 9e7de7d0c00d79c9616c5584213a25e2ca41b5b3 (diff) |
trivial fix to discount report
Diffstat (limited to 'httemplate/graph')
-rw-r--r-- | httemplate/graph/cust_bill_pkg_discount.html | 2 | ||||
-rw-r--r-- | httemplate/graph/report_cust_bill_pkg_discount.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/graph/cust_bill_pkg_discount.html b/httemplate/graph/cust_bill_pkg_discount.html index 0d66799a9..5074aa35c 100644 --- a/httemplate/graph/cust_bill_pkg_discount.html +++ b/httemplate/graph/cust_bill_pkg_discount.html @@ -74,7 +74,7 @@ foreach my $agent ( $sel_agent || qsearch('agent', { 'disabled' => '' } ) ) { #'average_per_cust_pkg' => $average_per_cust_pkg, ]; - push @links, "$link?agentnum=$row_agentnum"; #;classnum=$row_classnum;"; + push @links, $link . "agentnum=$row_agentnum;"; @_colors = ($col_scheme->colors)[0,4,8,1,5,9,2,6,10,3,7,11]; push @colors, shift @_colors; diff --git a/httemplate/graph/report_cust_bill_pkg_discount.html b/httemplate/graph/report_cust_bill_pkg_discount.html index 6de84f80b..36ad78252 100644 --- a/httemplate/graph/report_cust_bill_pkg_discount.html +++ b/httemplate/graph/report_cust_bill_pkg_discount.html @@ -1,4 +1,4 @@ -<& /elements/header.html', 'Discount Report' &> +<& /elements/header.html, 'Discount Report' &> <FORM ACTION="cust_bill_pkg_discount.html" METHOD="GET"> |