summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-12-31 13:31:37 -0800
committerMark Wells <mark@freeside.biz>2015-12-31 13:31:37 -0800
commitf058004f0670c4ffb1d334d1376ec751a43bd285 (patch)
treedaa5bcbc1026ea13f8d553818820bb649eabee20 /httemplate/view/cust_main
parent351c9f0e23d1b66d7b62b72afa31e14575722ba0 (diff)
partially revert UI change from #37870
Diffstat (limited to 'httemplate/view/cust_main')
-rw-r--r--httemplate/view/cust_main/packages/status.html20
1 files changed, 9 insertions, 11 deletions
diff --git a/httemplate/view/cust_main/packages/status.html b/httemplate/view/cust_main/packages/status.html
index 4c612f514..a6bd0cef4 100644
--- a/httemplate/view/cust_main/packages/status.html
+++ b/httemplate/view/cust_main/packages/status.html
@@ -277,17 +277,15 @@
% }
% }
-% if ( !$change_from ) {
-% # suspension actions--always available
-% if ( $curuser->access_right('Suspend customer package') ) {
- (&nbsp;<% pkg_suspend_link($cust_pkg) %>&nbsp;)
-% }
-% if ( $curuser->access_right('Suspend customer package later') ) {
- (&nbsp;<% pkg_adjourn_link($cust_pkg) %>&nbsp;)
-% }
-% if ( $curuser->access_right('Delay suspension events') ) {
- (&nbsp;<% pkg_delay_link($cust_pkg) %>&nbsp;)
-% }
+% # suspension actions--always available
+% if ( $curuser->access_right('Suspend customer package') ) {
+ (&nbsp;<% pkg_suspend_link($cust_pkg) %>&nbsp;)
+% }
+% if ( $curuser->access_right('Suspend customer package later') ) {
+ (&nbsp;<% pkg_adjourn_link($cust_pkg) %>&nbsp;)
+% }
+% if ( $curuser->access_right('Delay suspension events') ) {
+ (&nbsp;<% pkg_delay_link($cust_pkg) %>&nbsp;)
% }
%
% if ( $change_from or $cust_pkg->change_to_pkgnum ) {