[freeside-commits] freeside/conf invoice_html, 1.27, 1.28 invoice_html_statement, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Mon Feb 9 06:05:33 PST 2009
- Previous message: [freeside-commits] freeside/httemplate/config config-view.cgi, 1.23, 1.24 config.cgi, 1.28, 1.29 config-image.cgi, NONE, 1.1 config-process.cgi, 1.14, 1.15
- Next message: [freeside-commits] freeside/httemplate/browse agent.cgi,1.44,1.45
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/conf
In directory wavetail.420.am:/tmp/cvs-serv17630/conf
Modified Files:
invoice_html invoice_html_statement
Log Message:
rest of per-agent config for company_name, company_address, logo, etc.. RT#3989
Index: invoice_html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- invoice_html 8 Dec 2008 08:46:32 -0000 1.27
+++ invoice_html 9 Feb 2009 14:05:31 -0000 1.28
@@ -15,7 +15,7 @@
<table class="invoice_header" width="100%">
<tr>
- <td><img src="<%= $cid ? "cid:$cid" : "cust_bill-logo.cgi?$template" %>"></td>
+ <td><img src="<%= $cid ? "cid:$cid" : "cust_bill-logo.cgi?invnum=$invnum;template=$template" %>"></td>
<td align="left"><%= $returnaddress %></td>
<td align="right">
<table CLASS="invoice_headerright" cellspacing=0>
Index: invoice_html_statement
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_html_statement,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- invoice_html_statement 9 Feb 2007 01:05:56 -0000 1.1
+++ invoice_html_statement 9 Feb 2009 14:05:31 -0000 1.2
@@ -14,7 +14,7 @@
<table class="invoice_header" width="100%">
<tr>
- <td><img src="<%= $cid ? "cid:$cid" : "cust_bill-logo.cgi?$template" %>"></td>
+ <td><img src="<%= $cid ? "cid:$cid" : "cust_bill-logo.cgi?invnum=$invnum;template=$template" %>"></td>
<td align="left"><%= $returnaddress %></td>
<td align="right">
<table CLASS="invoice_headerright" cellspacing=0>
- Previous message: [freeside-commits] freeside/httemplate/config config-view.cgi, 1.23, 1.24 config.cgi, 1.28, 1.29 config-image.cgi, NONE, 1.1 config-process.cgi, 1.14, 1.15
- Next message: [freeside-commits] freeside/httemplate/browse agent.cgi,1.44,1.45
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list