From: ivan Date: Thu, 14 Feb 2008 01:48:58 +0000 (+0000) Subject: this ACL has been around for long enough (and almost nobody uses batched payments... X-Git-Tag: TRIXBOX_2_6~67 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a5f95feae5eca0eeb14de0cd21931cb3cfd93ffe this ACL has been around for long enough (and almost nobody uses batched payments, so showing them is probably bad) --- 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 )) {