summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_bill.cgi
diff options
context:
space:
mode:
authorivan <ivan>2004-04-02 11:23:34 +0000
committerivan <ivan>2004-04-02 11:23:34 +0000
commitea72b6b09a472a989e60fe5bba1884a629907e37 (patch)
treed249ca1b5dea178563c39b14abbf0159c12001bd /httemplate/view/cust_bill.cgi
parent243b248a929e99a9cc64e16f29e4a49afeb87a3c (diff)
add a fake .pdf extension to placate some versions of IE. yay IE.
Diffstat (limited to 'httemplate/view/cust_bill.cgi')
-rwxr-xr-xhttemplate/view/cust_bill.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi
index 50ee8b3..7906af6 100755
--- a/httemplate/view/cust_bill.cgi
+++ b/httemplate/view/cust_bill.cgi
@@ -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>';
}