From 1df8ca6e580bffa11c412b8ae59cd98028ed6470 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 19 Jan 2013 18:35:39 -0800 Subject: add separate ACL for line item crediting, RT#18676 --- httemplate/edit/credit-cust_bill_pkg.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/edit/credit-cust_bill_pkg.html') diff --git a/httemplate/edit/credit-cust_bill_pkg.html b/httemplate/edit/credit-cust_bill_pkg.html index e5c56ae4c..a5ecb69e3 100644 --- a/httemplate/edit/credit-cust_bill_pkg.html +++ b/httemplate/edit/credit-cust_bill_pkg.html @@ -245,7 +245,7 @@ function calc_total(what) { <%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'); #a tiny bit of false laziness w/search/cust_bill_pkg.cgi, but we're pretty # specialized and a piece of UI, not a report -- cgit v1.2.1