diff options
author | mark <mark> | 2011-05-27 01:11:02 +0000 |
---|---|---|
committer | mark <mark> | 2011-05-27 01:11:02 +0000 |
commit | 82879083dd2efddf02192ad48ad0e46e1a16662b (patch) | |
tree | fa80a161b3349c608159a491f3a62237cf69a7d0 /httemplate/search/bill_batch.cgi | |
parent | 08f4f553676033549452dae97b2e35b236bbcb14 (diff) |
invoice batch download fix, #11871
Diffstat (limited to 'httemplate/search/bill_batch.cgi')
-rwxr-xr-x | httemplate/search/bill_batch.cgi | 2 |
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'] |