[freeside-commits] freeside/httemplate/search cust_main.html, 1.6.2.6, 1.6.2.7

Ivan,,, ivan at wavetail.420.am
Thu Aug 14 04:54:12 PDT 2008


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.6.2.6
retrieving revision 1.6.2.7
diff -u -d -r1.6.2.6 -r1.6.2.7
--- cust_main.html	17 Jun 2008 03:36:09 -0000	1.6.2.6
+++ cust_main.html	14 Aug 2008 11:54:10 -0000	1.6.2.7
@@ -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