summaryrefslogtreecommitdiff
path: root/httemplate/misc/print-invoice.cgi
diff options
context:
space:
mode:
authorivan <ivan>2004-02-12 06:31:39 +0000
committerivan <ivan>2004-02-12 06:31:39 +0000
commit795f1508db74c47a42cf947be9401c6db9b61083 (patch)
treeb1ae994a959c13b86ead2e2105a5c4ac165eca68 /httemplate/misc/print-invoice.cgi
parent1158b98b59803b3bc05a38f73e639fc6b2b8799e (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");
%>