summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorivan <ivan>2008-02-14 01:48:58 +0000
committerivan <ivan>2008-02-14 01:48:58 +0000
commita5f95feae5eca0eeb14de0cd21931cb3cfd93ffe (patch)
tree2046b1cbbc0f4d6b3978b7cd1949fcfa961bb4e8 /httemplate/view
parente0f170ed96e65e693debb06dd1d56a912d06fe39 (diff)
this ACL has been around for long enough (and almost nobody uses batched payments, so showing them is probably bad)
Diffstat (limited to 'httemplate/view')
-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 fed5dac1c..cbe143d59 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 )) {