summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-11-07 22:28:15 -0800
committerIvan Kohler <ivan@freeside.biz>2016-11-07 22:28:15 -0800
commitd1e8cab4d49eaab6373df48db134a74d9d2b5db2 (patch)
tree5c8ad0efc4b946cf0cbfc52bd3d4f688aa53e920 /httemplate/view/cust_main
parent2549ea6e716605e930d5784e1c46c1ee163f1453 (diff)
invoices look like they belong under customers
Diffstat (limited to 'httemplate/view/cust_main')
-rw-r--r--httemplate/view/cust_main/menu.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html
index d9190ee28..d12ec172f 100644
--- a/httemplate/view/cust_main/menu.html
+++ b/httemplate/view/cust_main/menu.html
@@ -688,7 +688,11 @@ 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=$show;custnum=". $cust_main->custnum;
+
$cgi->param('show', $show);
my $a = qq[ <A HREF="$target"];