diff options
author | ivan <ivan> | 2008-01-13 21:46:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-01-13 21:46:33 +0000 |
commit | 64d25e2c55bb46c56108ab56c141e0feb69f6540 (patch) | |
tree | 89a81e580b9bac38db4f24b843c4786a1caf6ceb /httemplate | |
parent | e517ee0a29695953fcd6ca6bae0db28a502831db (diff) |
remove 1.7 ACL cruft on HEAD
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/view/cust_pay.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/view/cust_pay.html b/httemplate/view/cust_pay.html index 5edb50600..4037d3525 100644 --- a/httemplate/view/cust_pay.html +++ b/httemplate/view/cust_pay.html @@ -101,8 +101,7 @@ my $curuser = $FS::CurrentUser::CurrentUser; die "access denied" - unless $curuser->access_right('View invoices') #remove this in 1.9 - || $curuser->access_right('View customer payments'); + unless $curuser->access_right('View customer payments'); $cgi->param('paynum') =~ /^(\d+)$/ or die "no paynum"; my $paynum = $1; |