diff options
author | ivan <ivan> | 2008-10-05 21:36:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-10-05 21:36:50 +0000 |
commit | bafa349aaa4a961a2684dee3e3f2699f60f00b61 (patch) | |
tree | 8bc8d3038444c7df90028dfdee9d956ac34b6708 | |
parent | a0f9f87f67b494b9786d7c1ad453e4a21b9e229b (diff) |
fix links to closed batches, RT#4052
-rwxr-xr-x | httemplate/search/pay_batch.cgi | 2 |
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> |