From: Mark Wells Date: Thu, 31 Dec 2015 21:28:44 +0000 (-0800) Subject: partially revert UI change from #37870 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a9a6fd37a49d05f451adfacc363d377009fd9672 partially revert UI change from #37870 --- diff --git a/httemplate/view/cust_main/packages/status.html b/httemplate/view/cust_main/packages/status.html index d76c9795f..a149562c2 100644 --- a/httemplate/view/cust_main/packages/status.html +++ b/httemplate/view/cust_main/packages/status.html @@ -284,9 +284,8 @@ % } % } -% if ( !$supplemental and !$change_from ) { -% # suspension actions--always available for a package that's -% # independently active +% if ( !$supplemental ) { +% # suspension actions--always available % if ( $curuser->access_right('Suspend customer package') ) { ( <% pkg_suspend_link($cust_pkg) %> ) % }