From: jayce Date: Fri, 9 Feb 2007 04:37:44 +0000 (+0000) Subject: Set the correct access right for the cancel link to work X-Git-Tag: TRIXBOX_2_6~658 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=769ccaa51add3b87ca3aacc1f4792e06401e4627 Set the correct access right for the cancel link to work --- 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) %> ) % }