summaryrefslogtreecommitdiff
path: root/httemplate/misc/bulk_change_pkg.cgi
diff options
context:
space:
mode:
authorivan <ivan>2009-10-28 06:13:24 +0000
committerivan <ivan>2009-10-28 06:13:24 +0000
commit00156a6b621cc0e0227564ebbc53bda3aeb9dc14 (patch)
treed9ecc0cdb4e6260bb9e1c657f7e8a48472f64f97 /httemplate/misc/bulk_change_pkg.cgi
parent3b6c827909d8cf04949b58a683d0e9e5a7e8e723 (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 %>">
% }
%