add whois functionality internally instead of linking to geektools
[freeside.git] / httemplate / view / cust_bill.cgi
index 50ee8b3..7906af6 100755 (executable)
@@ -31,7 +31,7 @@ print '<BR><BR>';
 my $conf = new FS::Conf;
 if ( $conf->exists('invoice_latex') ) {
   print menubar(
-    'View typeset invoice' => "${p}view/cust_bill-pdf.cgi?$invnum",
+    'View typeset invoice' => "${p}view/cust_bill-pdf.cgi?$invnum.pdf",
   ), '<BR><BR>';
 }