[freeside-commits] freeside/httemplate/elements menu.html, 1.100.2.5, 1.100.2.6

Ivan,,, ivan at wavetail.420.am
Tue Jan 11 21:43:12 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv7369

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	menu.html 
Log Message:
s/Process invoice batchs/Download invoice batches/, RT#11075

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.100.2.5
retrieving revision 1.100.2.6
diff -u -w -d -r1.100.2.5 -r1.100.2.6
--- menu.html	30 Dec 2010 23:03:51 -0000	1.100.2.5
+++ menu.html	12 Jan 2011 05:43:10 -0000	1.100.2.6
@@ -376,7 +376,7 @@
 $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');



More information about the freeside-commits mailing list