[freeside-commits] freeside/httemplate/view/cust_main payment_history.html, 1.21.2.2, 1.21.2.3
Ivan,,,
ivan at wavetail.420.am
Wed Feb 13 17:49:03 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv17039
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.21.2.2
retrieving revision 1.21.2.3
diff -u -d -r1.21.2.2 -r1.21.2.3
--- payment_history.html 13 Jan 2008 20:46:51 -0000 1.21.2.2
+++ payment_history.html 14 Feb 2008 01:48:59 -0000 1.21.2.3
@@ -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