summaryrefslogtreecommitdiff
path: root/httemplate/search/elements/cust_pay_or_refund.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-08-25 15:31:54 -0700
committerIvan Kohler <ivan@freeside.biz>2017-08-25 15:31:54 -0700
commit99106a6f323b554fb4d6abe5d80f69e48f75ab85 (patch)
treede20de2199e5a55e8c689a395f0a72ae167cce6b /httemplate/search/elements/cust_pay_or_refund.html
parentcbfeb5f6b7490f78361318ce6290bfb442dbfcbe (diff)
separate access control for payment reports, RT#77007
Diffstat (limited to 'httemplate/search/elements/cust_pay_or_refund.html')
-rwxr-xr-xhttemplate/search/elements/cust_pay_or_refund.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/cust_pay_or_refund.html b/httemplate/search/elements/cust_pay_or_refund.html
index 99f9ba0eb..fbcae9d4d 100755
--- a/httemplate/search/elements/cust_pay_or_refund.html
+++ b/httemplate/search/elements/cust_pay_or_refund.html
@@ -87,7 +87,7 @@ my $conf = FS::Conf->new;
my $money = ($conf->config('money_char') || '$') . '%.2f';
die "access denied"
- unless $curuser->access_right('Financial reports');
+ unless $curuser->access_right('Basic payment and refund reports');
my $table = $opt{'table'} || 'cust_'.$opt{'thing'};