summaryrefslogtreecommitdiff
path: root/httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-01-19 18:35:39 -0800
committerIvan Kohler <ivan@freeside.biz>2013-01-19 18:35:39 -0800
commit1df8ca6e580bffa11c412b8ae59cd98028ed6470 (patch)
tree43cbfb52c4c1ef9ca24d89d83c6443d66c5e8c9a /httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html
parent57e56b312682dbca92ae1b0c994091f7da17f0b1 (diff)
add separate ACL for line item crediting, RT#18676
Diffstat (limited to 'httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html')
-rw-r--r--httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html b/httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html
index 993504619..f618d55ba 100644
--- a/httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html
+++ b/httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html
@@ -2,7 +2,7 @@
<%init>
my $curuser = $FS::CurrentUser::CurrentUser;
-die "access denied" unless $curuser->access_right('Post credit');
+die "access denied" unless $curuser->access_right('Credit line items');
my $DEBUG = 0;