summaryrefslogtreecommitdiff
path: root/httemplate/misc/bulk_change_pkg.cgi
diff options
context:
space:
mode:
authorivan <ivan>2009-10-28 06:15:09 +0000
committerivan <ivan>2009-10-28 06:15:09 +0000
commit45d41ae99ced1b28595b2f2080ac9186be6d33b5 (patch)
treec8539233dd439f9d683e90b99a07caa4b3eb5085 /httemplate/misc/bulk_change_pkg.cgi
parentfdb1118b5c494c67e883b2c2ff1a8a1b30a7b7ab (diff)
customer link to package reports for that customer, RT#6180
Diffstat (limited to 'httemplate/misc/bulk_change_pkg.cgi')
-rwxr-xr-xhttemplate/misc/bulk_change_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/bulk_change_pkg.cgi b/httemplate/misc/bulk_change_pkg.cgi
index 7f47a84cf..4964e598f 100755
--- a/httemplate/misc/bulk_change_pkg.cgi
+++ b/httemplate/misc/bulk_change_pkg.cgi
@@ -10,7 +10,7 @@
%# some false laziness w/search/cust_pkg.cgi
<INPUT TYPE="hidden" NAME="query" VALUE="<% $cgi->keywords |h %>">
-% for my $param (qw(agentnum magic status classnum custom censustract)) {
+% for my $param (qw(agentnum custnum magic status classnum custom censustract)) {
<INPUT TYPE="hidden" NAME="<% $param %>" VALUE="<% $cgi->param($param) |h %>">
% }
%