[freeside-commits] freeside/httemplate/search pay_batch.cgi, 1.3, 1.4
Ivan,,,
ivan at wavetail.420.am
Sun Oct 5 14:36:52 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv32027
Modified Files:
pay_batch.cgi
Log Message:
fix links to closed batches, RT#4052
Index: pay_batch.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/pay_batch.cgi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pay_batch.cgi 3 Feb 2007 11:36:30 -0000 1.3
+++ pay_batch.cgi 5 Oct 2008 21:36:50 -0000 1.4
@@ -125,6 +125,6 @@
my $extra_sql = scalar(@where) ? 'WHERE ' . join(' AND ', @where) : '';
-my $link = [ "${p}search/cust_pay_batch.cgi?batchnum=", 'batchnum' ];
+my $link = [ "${p}search/cust_pay_batch.cgi?dcln=1;batchnum=", 'batchnum' ];
</%init>
More information about the freeside-commits
mailing list