trivial fix to discount report
authorMark Wells <mark@freeside.biz>
Mon, 8 Dec 2014 22:34:56 +0000 (14:34 -0800)
committerMark Wells <mark@freeside.biz>
Mon, 8 Dec 2014 22:34:56 +0000 (14:34 -0800)
httemplate/graph/cust_bill_pkg_discount.html
httemplate/graph/report_cust_bill_pkg_discount.html

index 0d66799..5074aa3 100644 (file)
@@ -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;
index 6de84f8..36ad782 100644 (file)
@@ -1,4 +1,4 @@
-<& /elements/header.html', 'Discount Report' &>
+<& /elements/header.html, 'Discount Report' &>
 
 <FORM ACTION="cust_bill_pkg_discount.html" METHOD="GET">