Set the correct access right for the cancel link to work
[freeside.git] / 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;)
 % }