[freeside-commits] freeside/httemplate/view/cust_main payment_history.html, 1.25, 1.26

Ivan,,, ivan at wavetail.420.am
Wed Feb 13 17:49:00 PST 2008


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv17036

Modified Files:
	payment_history.html 
Log Message:
this ACL has been around for long enough (and almost nobody uses batched payments, so showing them is probably bad)

Index: payment_history.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- payment_history.html	13 Jan 2008 21:45:28 -0000	1.25
+++ payment_history.html	14 Feb 2008 01:48:58 -0000	1.26
@@ -50,7 +50,7 @@
 % } 
 
 % if ( $conf->exists('batch-enable')
-%      #&& $curuser->access_right('View customer tax exemptions')
+%      && $curuser->access_right('View customer batched payments')
 %    ) { 
   View batched payments:
 %   foreach my $status (qw( Queued In-transit Complete All )) {



More information about the freeside-commits mailing list