summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_main.html
diff options
context:
space:
mode:
authorivan <ivan>2008-08-14 11:56:07 +0000
committerivan <ivan>2008-08-14 11:56:07 +0000
commit5da73ac30a52234cc126ead03cddaf5a4e131019 (patch)
treed08cb1c00097483f0a6f767601390371714e4b40 /httemplate/search/cust_main.html
parent5d4d60dd8cbe71a96256b6c375f01e0182296f18 (diff)
customer import: add progress bar & redirect to a search of the imported customers, #3475
Diffstat (limited to 'httemplate/search/cust_main.html')
-rwxr-xr-xhttemplate/search/cust_main.html4
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);
}