diff options
author | ivan <ivan> | 2008-01-13 21:44:01 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-01-13 21:44:01 +0000 |
commit | 4c0e9a40ca26f3c55e8a6b2bf0d0458c57eb1e76 (patch) | |
tree | f5c35e1e7902204e29051197c67d4ce72b7183f9 /httemplate/edit/process/cust_bill_pay.cgi | |
parent | 12f5c0d0824f8eefaa107ed3ea5e6503950968a6 (diff) |
new ACL name in 1.9 right away
Diffstat (limited to 'httemplate/edit/process/cust_bill_pay.cgi')
-rwxr-xr-x | httemplate/edit/process/cust_bill_pay.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
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; |