summaryrefslogtreecommitdiff
path: root/httemplate/misc/print-invoice.cgi
diff options
context:
space:
mode:
authorivan <ivan>2004-02-12 06:31:37 +0000
committerivan <ivan>2004-02-12 06:31:37 +0000
commitf4ffa3596c3b8bfc9e862c2a7e8efc68f86207ab (patch)
tree74206962bf2668e8af73534a91c102e301299966 /httemplate/misc/print-invoice.cgi
parent69b7034bf2f9605c394c4ee22aaed4d7873c1a84 (diff)
re-email invoice, closes: bug#526 and have print and email invoice links redirect back to top of customer view page instead of #history tag
Diffstat (limited to 'httemplate/misc/print-invoice.cgi')
-rwxr-xr-xhttemplate/misc/print-invoice.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/print-invoice.cgi b/httemplate/misc/print-invoice.cgi
index 0dda68a4e..144f6156a 100755
--- a/httemplate/misc/print-invoice.cgi
+++ b/httemplate/misc/print-invoice.cgi
@@ -24,6 +24,6 @@ die "Can't find invoice!\n" unless $cust_bill;
my $custnum = $cust_bill->getfield('custnum');
-print $cgi->redirect(popurl(2). "view/cust_main.cgi?$custnum#history");
+print $cgi->redirect("${p}view/cust_main.cgi?$custnum");
%>