freeside/conf invoice_html,1.1,1.2
ivan
ivan at pouncequick.420.am
Sat May 14 10:04:58 PDT 2005
Update of /home/cvs/cvsroot/freeside/conf
In directory pouncequick:/tmp/cvs-serv5325/conf
Modified Files:
invoice_html
Log Message:
html invoices: when displaying, use the actual logo from the conf dir - same as the emailed copy
Index: invoice_html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- invoice_html 14 May 2005 16:27:26 -0000 1.1
+++ invoice_html 14 May 2005 17:04:55 -0000 1.2
@@ -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>
More information about the freeside-commits
mailing list