From af05c3dda381122e0a45f72dbc0b4e9492f13fe7 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 10 Jul 2015 15:16:08 -0700 Subject: [PATCH] UI nit: self_url ends up pointing to Change History --- httemplate/view/cust_main/menu.html | 1 + 1 file changed, 1 insertion(+) diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index 9486c24e0..279373dbc 100644 --- a/httemplate/view/cust_main/menu.html +++ b/httemplate/view/cust_main/menu.html @@ -557,6 +557,7 @@ foreach my $submenu (@menu) { } $a .= qq[>$label ]; + $cgi->param('show', $opt{show}); } elsif ( $entry->{popup} ) { -- 2.11.0