diff options
Diffstat (limited to 'httemplate/view/cust_main/packages/location.html')
-rw-r--r-- | httemplate/view/cust_main/packages/location.html | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/httemplate/view/cust_main/packages/location.html b/httemplate/view/cust_main/packages/location.html index ab961b79e..01cbc0ffb 100644 --- a/httemplate/view/cust_main/packages/location.html +++ b/httemplate/view/cust_main/packages/location.html @@ -1,6 +1,11 @@ -% if ( $default ) { - <DIV STYLE="font-style: italic; font-size: small"> -% } +% if ( $cust_pkg->change_from_pkg +% and $cust_pkg->change_from_pkg->locationnum == $cust_pkg->locationnum ) +% { +% # don't show the location +% } else { +% if ( $default ) { + <DIV STYLE="font-style: italic; font-size: small"> +% } <% $loc->location_label( 'join_string' => '<BR>', 'double_space' => ' ', @@ -22,25 +27,25 @@ </FONT> % } -% if ( $default ) { - </DIV> -% } +% if ( $default ) { + </DIV> +% } -% if ( ! $cust_pkg->get('cancel') +% if ( ! $cust_pkg->get('cancel') % && $FS::CurrentUser::CurrentUser->access_right('Change customer package') -% ) -% { +% ) +% { <BR> <FONT SIZE=-1> -% unless ( $opt{no_links} ) { +% unless ( $opt{no_links} or $opt{'change_from'} ) { ( <%pkg_change_location_link($cust_pkg)%> ) -% } -% if ( $cust_pkg->locationnum && ! $opt{no_links} ) { +% } +% if ( $cust_pkg->locationnum && ! $opt{no_links} ) { ( <%edit_location_link($cust_pkg->locationnum)%> ) -% } +% } </FONT> -% } - +% } +% } <%init> my $conf = new FS::Conf; |