partially revert UI change from #37870
authorMark Wells <mark@freeside.biz>
Thu, 31 Dec 2015 21:28:44 +0000 (13:28 -0800)
committerMark Wells <mark@freeside.biz>
Thu, 31 Dec 2015 21:28:44 +0000 (13:28 -0800)
httemplate/view/cust_main/packages/status.html

index d76c979..a149562 100644 (file)
 %               }
 %           }
 
-%           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;)
 %             }