summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorjayce <jayce>2007-02-09 04:37:44 +0000
committerjayce <jayce>2007-02-09 04:37:44 +0000
commit769ccaa51add3b87ca3aacc1f4792e06401e4627 (patch)
tree2537e1151249e8b3260528b56b8d615acc83bd71 /httemplate/view
parent53121cc55f8a71fb90d58bfbd2167b0735351170 (diff)
Set the correct access right for the cancel link to work
Diffstat (limited to 'httemplate/view')
-rwxr-xr-xhttemplate/view/cust_main/packages.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html
index 3e4332d71..b54208b79 100755
--- a/httemplate/view/cust_main/packages.html
+++ b/httemplate/view/cust_main/packages.html
@@ -219,7 +219,7 @@ Current packages
(&nbsp;<% pkg_unsuspend_link($cust_pkg) %>&nbsp;)
% }
-% if ( $curuser->access_right('Cancel customer package') ) {
+% if ( $curuser->access_right('Cancel customer package immediately') ) {
(&nbsp;<% pkg_cancel_link($cust_pkg) %>&nbsp;)
% }