From a9a6fd37a49d05f451adfacc363d377009fd9672 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 31 Dec 2015 13:28:44 -0800 Subject: [PATCH] partially revert UI change from #37870 --- httemplate/view/cust_main/packages/status.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) %> ) % } -- 2.11.0