summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/credit-cust_bill_pkg.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/process/credit-cust_bill_pkg.html')
-rw-r--r--httemplate/edit/process/credit-cust_bill_pkg.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/credit-cust_bill_pkg.html b/httemplate/edit/process/credit-cust_bill_pkg.html
index cbcf619ca..8e66368d4 100644
--- a/httemplate/edit/process/credit-cust_bill_pkg.html
+++ b/httemplate/edit/process/credit-cust_bill_pkg.html
@@ -10,7 +10,7 @@
<%init>
die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Post credit');
+ unless $FS::CurrentUser::CurrentUser->access_right('Credit line items');
my @billpkgnum_setuprecurs =
map { $_ =~ /^billpkgnum(\d+\-\w*)$/ or die 'gm#23'; $1; }