summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authormark <mark>2011-05-27 01:11:19 +0000
committermark <mark>2011-05-27 01:11:19 +0000
commitb080ab3e3ed12a6bdf1bd2b7e3799fe1336a3c47 (patch)
treed907b78775c9ae62db283ad47562e80ff3ab0ab0 /httemplate/search
parent9c3cd0386047b568c7c4ad77c72815abfff10456 (diff)
invoice batch download fix, #11871
Diffstat (limited to 'httemplate/search')
-rwxr-xr-xhttemplate/search/bill_batch.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/bill_batch.cgi b/httemplate/search/bill_batch.cgi
index e5abc8955..72e5d3a8b 100755
--- a/httemplate/search/bill_batch.cgi
+++ b/httemplate/search/bill_batch.cgi
@@ -57,7 +57,7 @@ my $count_query = 'SELECT COUNT(*) FROM bill_batch';
my $extra_sql = ''; # may add something here later
my $link = [ "${p}view/bill_batch.cgi?batchnum=", 'batchnum' ];
my $dlink = sub {
- [ "${p}view/bill_batch.cgi?magic=print;".
+ [ "${p}view/bill_batch.cgi?start_download=1;".
(shift->status eq 'O' ? 'close=1;' : '').
'batchnum=',
'batchnum']