summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2008-01-13 21:46:33 +0000
committerivan <ivan>2008-01-13 21:46:33 +0000
commit64d25e2c55bb46c56108ab56c141e0feb69f6540 (patch)
tree89a81e580b9bac38db4f24b843c4786a1caf6ceb /httemplate
parente517ee0a29695953fcd6ca6bae0db28a502831db (diff)
remove 1.7 ACL cruft on HEAD
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/cust_pay.html3
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;