fix links to closed batches, RT#4052
[freeside.git] / httemplate / search / pay_batch.cgi
index cb21717..fb45287 100755 (executable)
@@ -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>