diff options
-rw-r--r-- | httemplate/view/cust_main/payment_history.html | 2 |
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 )) { |