[freeside-commits] freeside/httemplate/search pay_batch.cgi, 1.3, 1.3.2.1
Ivan,,,
ivan at wavetail.420.am
Sun Oct 5 14:36:54 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv32034
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- pay_batch.cgi 3 Feb 2007 11:36:30 -0000 1.3
+++ pay_batch.cgi 5 Oct 2008 21:36:51 -0000 1.3.2.1
@@ -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