X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fbill_batch.cgi;h=72e5d3a8b0e3cc56e0d4c63a178fcfa6bf7c2aaf;hb=783eefa4a70dd88dd13ffd73c4e23361288628f0;hp=e5abc8955c4f99843ccf42af30253d7908ef6e45;hpb=b7dbecfb82aea90a4289089927d0b17436b2ed5a;p=freeside.git 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']