summaryrefslogtreecommitdiff
path: root/httemplate/edit/credit-cust_bill_pkg.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/credit-cust_bill_pkg.html')
-rw-r--r--httemplate/edit/credit-cust_bill_pkg.html2
1 files changed, 1 insertions, 1 deletions
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