summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2008-10-05 21:36:50 +0000
committerivan <ivan>2008-10-05 21:36:50 +0000
commitbafa349aaa4a961a2684dee3e3f2699f60f00b61 (patch)
tree8bc8d3038444c7df90028dfdee9d956ac34b6708 /httemplate
parenta0f9f87f67b494b9786d7c1ad453e4a21b9e229b (diff)
fix links to closed batches, RT#4052
Diffstat (limited to 'httemplate')
-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>