From a5e9d8372d96ef630beb17db3958163637dd73c6 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 19 Jan 2013 18:35:47 -0800 Subject: add separate ACL for line item crediting, RT#18676 --- httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html') 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; -- cgit v1.2.1