From: Mark Wells Date: Thu, 31 Dec 2015 00:20:51 +0000 (-0800) Subject: minor UI fix for future package change + advance billing, #37870 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=44e840908ac339de1c9d430e9565e03d4bfa5ec3 minor UI fix for future package change + advance billing, #37870 --- diff --git a/httemplate/view/cust_main/packages/status.html b/httemplate/view/cust_main/packages/status.html index aa5320bd8..d76c9795f 100644 --- a/httemplate/view/cust_main/packages/status.html +++ b/httemplate/view/cust_main/packages/status.html @@ -136,7 +136,7 @@ % if ( $change_from ) { # future change % <% pkg_status_row_colspan( $cust_pkg, emt('Waiting for package change'), '', %opt ) %> - <% pkg_status_row( $cust_pkg, + <% pkg_status_row_if( $cust_pkg, emt('Will be activated on'), 'start_date', %opt ) %> @@ -284,8 +284,9 @@ % } % } -% if ( !$supplemental ) { -% # suspension actions--always available +% if ( !$supplemental and !$change_from ) { +% # suspension actions--always available for a package that's +% # independently active % if ( $curuser->access_right('Suspend customer package') ) { ( <% pkg_suspend_link($cust_pkg) %> ) % }