summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-02-14 01:48:59 +0000
committerivan <ivan>2008-02-14 01:48:59 +0000
commit9ca1b9f65edb0e54dc846f2b6769812b482391cb (patch)
tree74c106fa06014bde52f02d84e6a74bc7bf778452
parent66368be6c2d465eb44e908c58205d42626ab3f27 (diff)
this ACL has been around for long enough (and almost nobody uses batched payments, so showing them is probably bad)
-rw-r--r--httemplate/view/cust_main/payment_history.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html
index 0da55a1aa..651a42ce6 100644
--- a/httemplate/view/cust_main/payment_history.html
+++ b/httemplate/view/cust_main/payment_history.html
@@ -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 )) {