summaryrefslogtreecommitdiff
path: root/httemplate/graph/cust_bill_pkg_discount.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/graph/cust_bill_pkg_discount.html')
-rw-r--r--httemplate/graph/cust_bill_pkg_discount.html2
1 files changed, 1 insertions, 1 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;