summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorivan <ivan>2009-02-09 14:05:31 +0000
committerivan <ivan>2009-02-09 14:05:31 +0000
commita4b8ce8cd1d309de00c64f38049a8dda38798046 (patch)
tree8c36c37a563900083468912ebeb373da39c59cca /conf
parent9925a640ebd475bf260b4d9e065b3f01e929e20a (diff)
rest of per-agent config for company_name, company_address, logo, etc.. RT#3989
Diffstat (limited to 'conf')
-rw-r--r--conf/invoice_html2
-rw-r--r--conf/invoice_html_statement2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/invoice_html b/conf/invoice_html
index 49c11877c..7a43aa6d5 100644
--- a/conf/invoice_html
+++ b/conf/invoice_html
@@ -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>
diff --git a/conf/invoice_html_statement b/conf/invoice_html_statement
index 4e4d259af..0595602db 100644
--- a/conf/invoice_html_statement
+++ b/conf/invoice_html_statement
@@ -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>