summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-07-10 15:16:08 -0700
committerMark Wells <mark@freeside.biz>2015-07-10 18:16:00 -0700
commit15c6641b273064dd4c23e0a47cb4a0701d0c6bca (patch)
tree040741f987b326ce0b432658bbf8513cd6cb359d /httemplate/view
parent5f18e4b6de3cd9c8b0282f003655c46c4c6628c4 (diff)
UI nit: self_url ends up pointing to Change History
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/menu.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html
index ab56bcfcb..ff001bb67 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} ) {