From 4c0e9a40ca26f3c55e8a6b2bf0d0458c57eb1e76 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 13 Jan 2008 21:44:01 +0000 Subject: new ACL name in 1.9 right away --- httemplate/edit/process/cust_bill_pay.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'httemplate/edit/process/cust_bill_pay.cgi') diff --git a/httemplate/edit/process/cust_bill_pay.cgi b/httemplate/edit/process/cust_bill_pay.cgi index 43e672647..e2f89f197 100755 --- a/httemplate/edit/process/cust_bill_pay.cgi +++ b/httemplate/edit/process/cust_bill_pay.cgi @@ -12,8 +12,7 @@ <%init> die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Apply payment') #; - || $FS::CurrentUser::CurrentUser->access_right('Post payment'): #remove after 1.7.3 + unless $FS::CurrentUser::CurrentUser->access_right('Apply payment'); $cgi->param('paynum') =~ /^(\d*)$/ or die "Illegal paynum!"; my $paynum = $1; -- cgit v1.2.1