[freeside-commits] branch FREESIDE_3_BRANCH updated. f058004f0670c4ffb1d334d1376ec751a43bd285

Mark Wells mark at 420.am
Thu Dec 31 13:36:51 PST 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  f058004f0670c4ffb1d334d1376ec751a43bd285 (commit)
      from  351c9f0e23d1b66d7b62b72afa31e14575722ba0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f058004f0670c4ffb1d334d1376ec751a43bd285
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Dec 31 13:31:37 2015 -0800

    partially revert UI change from #37870

diff --git a/httemplate/view/cust_main/packages/status.html b/httemplate/view/cust_main/packages/status.html
index 4c612f5..a6bd0ce 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') ) { 
-                ( <% pkg_suspend_link($cust_pkg) %> )
-%             } 
-%             if ( $curuser->access_right('Suspend customer package later') ) { 
-                ( <% pkg_adjourn_link($cust_pkg) %> )
-%             } 
-%             if ( $curuser->access_right('Delay suspension events') ) { 
-                ( <% pkg_delay_link($cust_pkg) %> )
-%             }
+%           # suspension actions--always available
+%           if ( $curuser->access_right('Suspend customer package') ) { 
+              ( <% pkg_suspend_link($cust_pkg) %> )
+%           } 
+%           if ( $curuser->access_right('Suspend customer package later') ) { 
+              ( <% pkg_adjourn_link($cust_pkg) %> )
+%           } 
+%           if ( $curuser->access_right('Delay suspension events') ) { 
+              ( <% pkg_delay_link($cust_pkg) %> )
 %           }
 %
 %           if ( $change_from or $cust_pkg->change_to_pkgnum ) {

-----------------------------------------------------------------------

Summary of changes:
 httemplate/view/cust_main/packages/status.html |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)




More information about the freeside-commits mailing list