diff options
author | Mark Wells <mark@freeside.biz> | 2015-07-10 15:16:08 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-07-10 15:16:08 -0700 |
commit | af05c3dda381122e0a45f72dbc0b4e9492f13fe7 (patch) | |
tree | 9fd92647acccf9ebcd1ad9505015527cc7ea151d | |
parent | 32eacfe9022ab9edb6fd986618ac2d3949fc7dcd (diff) |
UI nit: self_url ends up pointing to Change History
-rw-r--r-- | httemplate/view/cust_main/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
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</A> ]; + $cgi->param('show', $opt{show}); } elsif ( $entry->{popup} ) { |