summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorivan <ivan>2005-05-14 17:04:55 +0000
committerivan <ivan>2005-05-14 17:04:55 +0000
commitdf185d34f354c5788e8c4693182b7689a3333839 (patch)
treedebe1c2c86b5e8661140915b5740470133412c31 /conf
parent691a587e56557208e9b3834c77f36ca47f3a1a25 (diff)
html invoices: when displaying, use the actual logo from the conf dir - same as the emailed copy
Diffstat (limited to 'conf')
-rw-r--r--conf/invoice_html2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_html b/conf/invoice_html
index 7b8a85b..e4e145e 100644
--- a/conf/invoice_html
+++ b/conf/invoice_html
@@ -14,7 +14,7 @@
<table class="invoice_header" width="100%">
<tr>
- <td><img src="<%= $cid ? "cid:$cid" : '../images/small-logo.png' %>"></td>
+ <td><img src="<%= $cid ? "cid:$cid" : 'cust_bill-logo.cgi' %>"></td>
<td align="left"><%= $returnaddress %></td>
<td align="right">
<table CLASS="invoice_headerright" cellspacing=0>