X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fprint-invoice.cgi;h=144f6156a541868dfcaaa0ee6ef0a64f2b173889;hp=0dda68a4eabd919a2a4f04f176cdb712398aa70a;hb=d8ff6db2dbaec9cc8daad2d4af0254f167aa7a66;hpb=b3808f960c0351710f7005e7a2729925f57c7f4a 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"); %>