[freeside-commits] freeside/httemplate/search cust_main.html, 1.12, 1.13

Ivan,,, ivan at wavetail.420.am
Thu Aug 14 04:53:44 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv9658/httemplate/search

Modified Files:
	cust_main.html 
Log Message:
customer import: add progress bar & redirect to a search of the imported customers, #3475

Index: cust_main.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_main.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cust_main.html	17 Jun 2008 03:35:56 -0000	1.12
+++ cust_main.html	14 Aug 2008 11:53:42 -0000	1.13
@@ -43,7 +43,9 @@
 #$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);
 }



More information about the freeside-commits mailing list