[freeside-commits] freeside/httemplate/search cust_pay_batch.cgi, 1.19, 1.20
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-serv30319
Modified Files:
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.19
retrieving revision 1.20
diff -u -w -d -r1.19 -r1.20
--- cust_pay_batch.cgi 15 Feb 2011 23:52:31 -0000 1.19
+++ cust_pay_batch.cgi 15 Jun 2011 01:24:39 -0000 1.20
@@ -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