[freeside-commits] branch FREESIDE_4_BRANCH updated. 3e14859be9589167b7d1dd4ab25457bca55e53b9
Mark Wells
mark at 420.am
Thu Dec 31 13:36:52 PST 2015
The branch, FREESIDE_4_BRANCH has been updated
via 3e14859be9589167b7d1dd4ab25457bca55e53b9 (commit)
from c565f9d78ae95bf3a4dc051e3bfbd356d9f4ff38 (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 3e14859be9589167b7d1dd4ab25457bca55e53b9
Author: Mark Wells <mark at freeside.biz>
Date: Thu Dec 31 13:28:44 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 d76c979..a149562 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') ) {
( <% pkg_suspend_link($cust_pkg) %> )
% }
-----------------------------------------------------------------------
Summary of changes:
httemplate/view/cust_main/packages/status.html | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list