summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-12-31 13:28:44 -0800
committerMark Wells <mark@freeside.biz>2015-12-31 13:29:04 -0800
commit3e14859be9589167b7d1dd4ab25457bca55e53b9 (patch)
tree14bca08969998ba18e7fd1e92d05235a6d22a91b /httemplate
parentc565f9d78ae95bf3a4dc051e3bfbd356d9f4ff38 (diff)
partially revert UI change from #37870
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/cust_main/packages/status.html5
1 files 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') ) {
(&nbsp;<% pkg_suspend_link($cust_pkg) %>&nbsp;)
% }