diff options
Diffstat (limited to 'conf/invoice_html_statement')
-rw-r--r-- | conf/invoice_html_statement | 2 |
1 files changed, 1 insertions, 1 deletions
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> |