From: ivan Date: Sun, 5 Oct 2008 21:36:50 +0000 (+0000) Subject: fix links to closed batches, RT#4052 X-Git-Tag: root_of_webpay_support~336 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=bafa349aaa4a961a2684dee3e3f2699f60f00b61;p=freeside.git fix links to closed batches, RT#4052 --- 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' ];