From a5f95feae5eca0eeb14de0cd21931cb3cfd93ffe Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 14 Feb 2008 01:48:58 +0000 Subject: [PATCH] this ACL has been around for long enough (and almost nobody uses batched payments, so showing them is probably bad) --- httemplate/view/cust_main/payment_history.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )) { -- 2.11.0