summaryrefslogtreecommitdiff
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:28:44 -0800
commita9a6fd37a49d05f451adfacc363d377009fd9672 (patch)
tree3144ef4008c17c68e4d164601fc36e962191271d
parent62e6a2b1c99086f3a9097f2d9d29fd8c414564b8 (diff)
partially revert UI change from #37870
-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;)
% }