diff options
| author | ivan <ivan> | 2010-08-09 01:03:49 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-08-09 01:03:49 +0000 |
| commit | b1d445f94514a29e5d4753839798b0291d89aee3 (patch) | |
| tree | 1d3c6352cd80409a425bae59be561c57feb14a65 /httemplate/search/cust_pkg.cgi | |
| parent | 96bcb3256650a35d57c2ac487e990b78a2f88a74 (diff) | |
package web import from CSV/XLS, RT#9529
Diffstat (limited to 'httemplate/search/cust_pkg.cgi')
| -rwxr-xr-x | httemplate/search/cust_pkg.cgi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index 74a3a6d1e..bd8ea9aa6 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -175,8 +175,9 @@ my %search_hash = (); #some false laziness w/misc/bulk_change_pkg.cgi $search_hash{'query'} = $cgi->keywords; - -for (qw( agentnum custnum magic status classnum custom cust_fields )) { + +#scalars +for (qw( agentnum custnum magic status classnum custom cust_fields pkgbatch )) { $search_hash{$_} = $cgi->param($_) if $cgi->param($_); } |
