Set the correct access right for the cancel link to work
authorjayce <jayce>
Fri, 9 Feb 2007 04:37:44 +0000 (04:37 +0000)
committerjayce <jayce>
Fri, 9 Feb 2007 04:37:44 +0000 (04:37 +0000)
httemplate/view/cust_main/packages.html

index 3e4332d..b54208b 100755 (executable)
@@ -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;)
 % }