[freeside-commits] branch master updated. a9a6fd37a49d05f451adfacc363d377009fd9672
Mark Wells
mark at 420.am
Thu Dec 31 13:36:52 PST 2015
The branch, master has been updated
via a9a6fd37a49d05f451adfacc363d377009fd9672 (commit)
from 62e6a2b1c99086f3a9097f2d9d29fd8c414564b8 (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 a9a6fd37a49d05f451adfacc363d377009fd9672
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