separate access control for payment reports, RT#77007
[freeside.git] / httemplate / search / elements / report_cust_pay_or_refund.html
index bff470a..f7a81a0 100644 (file)
@@ -174,7 +174,7 @@ my $table = 'cust_'.$opt{'thing'};
 my $name_singular = $opt{'name_singular'};
 
 die "access denied"
-  unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
+  unless $FS::CurrentUser::CurrentUser->access_right('Basic payment and refund reports');
 
 my $conf = new FS::Conf;