[freeside-commits] freeside/httemplate/search cust_pay_batch.cgi, 1.14.4.5, 1.14.4.6

Ivan,,, ivan at wavetail.420.am
Tue Jun 14 18:24:41 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	cust_pay_batch.cgi 
Log Message:
disable additional batch download links, causes confusion

Index: cust_pay_batch.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_pay_batch.cgi,v
retrieving revision 1.14.4.5
retrieving revision 1.14.4.6
diff -u -w -d -r1.14.4.5 -r1.14.4.6
--- cust_pay_batch.cgi	15 Feb 2011 23:52:44 -0000	1.14.4.5
+++ cust_pay_batch.cgi	15 Jun 2011 01:24:39 -0000	1.14.4.6
@@ -3,10 +3,8 @@
               'name'        => 'batch details',
 	      'query'       => $sql_query,
 	      'count_query' => $count_query,
-              'html_init'   => $pay_batch ? 
-                                  include('elements/cust_pay_batch_top.html',
-                                          'pay_batch' => $pay_batch
-                                  ) : '',
+              'html_init'   => $pay_batch ? $html_init : '',
+              'disable_download' => 1,
 	      'header'      => [ '#',
 	                         'Inv #',
 	                         'Customer',



More information about the freeside-commits mailing list