summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/menu.html')
-rw-r--r--httemplate/view/cust_main/menu.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html
index d9190ee28..c6aa15cd0 100644
--- a/httemplate/view/cust_main/menu.html
+++ b/httemplate/view/cust_main/menu.html
@@ -688,7 +688,13 @@ sub entry2link {
# the menu head: always a link back to this page
$cgi->param('show', $entry->{show});
- $target = $cgi->self_url;
+
+ #$target = $cgi->self_url;
+ #XXX support installs outside /freeside in 4.x
+ $target = '/freeside/view/cust_main.cgi?'.
+ 'show='. $entry->{show}.
+ ';custnum='. $cust_main->custnum;
+
$cgi->param('show', $show);
my $a = qq[ <A HREF="$target"];