summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorivan <ivan>2011-01-12 05:43:09 +0000
committerivan <ivan>2011-01-12 05:43:09 +0000
commit58cf1f1d5ac2083beafb7efa220293ae8140adcc (patch)
tree64e0c0596a671836ccdad3dd1a7665076c4bbaff /httemplate/elements
parent302ab4e05ea5505ba166ef4b521ad05a16d4c652 (diff)
s/Process invoice batchs/Download invoice batches/, RT#11075
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 1e7c12b2e..0f621709a 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');