customer import: add progress bar & redirect to a search of the imported customers...
[freeside.git] / httemplate / search / cust_main.html
index cd5e51f..3282f0f 100755 (executable)
@@ -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);
 }