fix links to closed batches, RT#4052
authorivan <ivan>
Sun, 5 Oct 2008 21:36:50 +0000 (21:36 +0000)
committerivan <ivan>
Sun, 5 Oct 2008 21:36:50 +0000 (21:36 +0000)
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>