From 769ccaa51add3b87ca3aacc1f4792e06401e4627 Mon Sep 17 00:00:00 2001 From: jayce Date: Fri, 9 Feb 2007 04:37:44 +0000 Subject: [PATCH] Set the correct access right for the cancel link to work --- httemplate/view/cust_main/packages.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( <% pkg_unsuspend_link($cust_pkg) %> ) % } -% if ( $curuser->access_right('Cancel customer package') ) { +% if ( $curuser->access_right('Cancel customer package immediately') ) { ( <% pkg_cancel_link($cust_pkg) %> ) % } -- 2.11.0