summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_credit_bill.cgi
diff options
context:
space:
mode:
authorivan <ivan>2008-01-13 21:44:01 +0000
committerivan <ivan>2008-01-13 21:44:01 +0000
commit4c0e9a40ca26f3c55e8a6b2bf0d0458c57eb1e76 (patch)
treef5c35e1e7902204e29051197c67d4ce72b7183f9 /httemplate/edit/cust_credit_bill.cgi
parent12f5c0d0824f8eefaa107ed3ea5e6503950968a6 (diff)
new ACL name in 1.9 right away
Diffstat (limited to 'httemplate/edit/cust_credit_bill.cgi')
-rwxr-xr-xhttemplate/edit/cust_credit_bill.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/edit/cust_credit_bill.cgi b/httemplate/edit/cust_credit_bill.cgi
index 43ba4fb7e..59a74b279 100755
--- a/httemplate/edit/cust_credit_bill.cgi
+++ b/httemplate/edit/cust_credit_bill.cgi
@@ -55,8 +55,7 @@ function changed(what) {
<%init>
die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Apply credit') #;
- || $FS::CurrentUser::CurrentUser->access_right('Post credit'): #remove after 1.7.3
+ unless $FS::CurrentUser::CurrentUser->access_right('Apply credit');
my($crednum, $amount, $invnum);
if ( $cgi->param('error') ) {