From: ivan Date: Wed, 12 Jan 2011 05:43:10 +0000 (+0000) Subject: s/Process invoice batchs/Download invoice batches/, RT#11075 X-Git-Tag: freeside_2_1_2~167 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=cefb0e24870cf88bbaae81dcfa4aa15a4356e8b5;p=freeside.git s/Process invoice batchs/Download invoice batches/, RT#11075 --- diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 19fe03c78..830ca799b 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -376,7 +376,7 @@ $tools_menu{'Quick payment entry'} = [ $fsurl.'misc/batch-cust_pay.html', 'Ente $tools_menu{'Process payment batches'} = [ $fsurl.'search/pay_batch.cgi?magic=_date;open=1;intransit=1', 'Process credit card and electronic check batches' ] if ( $conf->exists('batch-enable') || $conf->config('batch-enable_payby') ) && $curuser->access_right('Process batches'); -$tools_menu{'Process invoice batches'} = [ $fsurl.'search/bill_batch.cgi' ] +$tools_menu{'Download invoice batches'} = [ $fsurl.'search/bill_batch.cgi' ] if $conf->exists('invoice_print_pdf'); $tools_menu{'Job Queue'} = [ $fsurl.'search/queue.html', 'View pending job queue' ] if $curuser->access_right('Job queue');