From bafa349aaa4a961a2684dee3e3f2699f60f00b61 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 5 Oct 2008 21:36:50 +0000 Subject: [PATCH] fix links to closed batches, RT#4052 --- httemplate/search/pay_batch.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/search/pay_batch.cgi b/httemplate/search/pay_batch.cgi index cb2171799..fb452870f 100755 --- a/httemplate/search/pay_batch.cgi +++ b/httemplate/search/pay_batch.cgi @@ -125,6 +125,6 @@ push @where, 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' ]; -- 2.11.0