diff options
| author | ivan <ivan> | 2008-08-14 11:56:12 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-08-14 11:56:12 +0000 |
| commit | a9d755c3cee7542d3ca552174af0b7b71693ae58 (patch) | |
| tree | 30554127a48140e35d59aa015bbf3dd3d4f1ab18 /httemplate/search | |
| parent | b4544738ea893d0e2504d36bc1cd3d0bd369b31e (diff) | |
customer import: add progress bar & redirect to a search of the imported customers, #3475
Diffstat (limited to 'httemplate/search')
| -rwxr-xr-x | httemplate/search/cust_main.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index cd5e51f25..3282f0f31 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -43,7 +43,9 @@ my %search_hash = (); #$search_hash{'query'} = $cgi->keywords; #scalars -for my $param (qw( agentnum status cancelled_pkgs cust_fields flattened_pkgs)) { +for my $param (qw( + agentnum status cancelled_pkgs cust_fields flattened_pkgs custbatch +)) { $search_hash{$param} = scalar( $cgi->param($param) ) if $cgi->param($param); } |
