summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-10-05 21:36:51 +0000
committerivan <ivan>2008-10-05 21:36:51 +0000
commit06ada6a3df9ad184ff27217d4e3286e000d58335 (patch)
tree0d4562985fa5f3fc7efa06713153c3c0e4bae70f
parent06c64249c1420d61e4379a7791305c9375e1236f (diff)
fix links to closed batches, RT#4052
-rwxr-xr-xhttemplate/search/pay_batch.cgi2
1 files changed, 1 insertions, 1 deletions
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' ];
</%init>