diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-01-19 18:35:39 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-01-19 18:35:39 -0800 |
commit | 1df8ca6e580bffa11c412b8ae59cd98028ed6470 (patch) | |
tree | 43cbfb52c4c1ef9ca24d89d83c6443d66c5e8c9a /httemplate/edit/credit-cust_bill_pkg.html | |
parent | 57e56b312682dbca92ae1b0c994091f7da17f0b1 (diff) |
add separate ACL for line item crediting, RT#18676
Diffstat (limited to 'httemplate/edit/credit-cust_bill_pkg.html')
-rw-r--r-- | httemplate/edit/credit-cust_bill_pkg.html | 2 |
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 |