From cf7cd8efc7095aadbdfb0cd8e7ea0e2e8b9e9085 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 28 Jun 2012 15:22:15 -0700 Subject: add advertising source to advanced customer report, RT#18354 --- httemplate/search/cust_main.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'httemplate/search/cust_main.html') diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index cc71672d0..e164b98f4 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -45,7 +45,6 @@ my @scalars = qw ( no_censustract with_geocode custbatch usernum cancelled_pkgs cust_fields flattened_pkgs - refnum ); for my $param ( @scalars ) { @@ -54,7 +53,7 @@ for my $param ( @scalars ) { } #lists -for my $param (qw( classnum payby tagnum )) { +for my $param (qw( classnum refnum payby tagnum )) { $search_hash{$param} = [ $cgi->param($param) ]; } -- cgit v1.2.1