diff options
author | Mark Wells <mark@freeside.biz> | 2012-04-04 10:08:37 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-04-04 10:08:37 -0700 |
commit | 583e90e3de4d707996084dc82b794f26063b7fea (patch) | |
tree | e3c319516458ee6e88891e181ded261b6ac58a07 /httemplate/search/cust_main.cgi | |
parent | c2ee6c5c4f274bbf86729cacd2fe011ea71f725d (diff) |
options to limit access to full customer list, #15928
Diffstat (limited to 'httemplate/search/cust_main.cgi')
-rwxr-xr-x | httemplate/search/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index aae8c7e99..859ef04e6 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -334,7 +334,7 @@ my $curuser = $FS::CurrentUser::CurrentUser; die "access denied" - unless $curuser->access_right('List customers'); + unless $curuser->access_right('List all customers'); my $conf = new FS::Conf; my $maxrecords = $conf->config('maxsearchrecordsperpage'); |