diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-11-05 16:46:34 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-11-05 16:46:34 -0800 |
commit | 8fa2d4df960414f50c33f1c0e57a9bab02db517e (patch) | |
tree | 58e3893380710a26fa9f675c2d6884ff45f35a4b /conf | |
parent | bee4494248009b7b998391bc68c5d10a31220057 (diff) |
agent-virtualize quotation logos, RT#31135
Diffstat (limited to 'conf')
-rw-r--r-- | conf/quotation_html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/quotation_html b/conf/quotation_html index 1dfb94434..68d373f04 100644 --- a/conf/quotation_html +++ b/conf/quotation_html @@ -18,7 +18,7 @@ <table class="invoice_header" width="100%"> <tr> - <td><img src="<%= $cid ? "cid:$cid" : "cust_bill-logo.cgi?invnum=$invnum;template=$template" %>"></td> + <td><img src="<%= $cid ? "cid:$cid" : "cust_bill-logo.cgi?quotationnum=$quotationnum;template=$template" %>"></td> <td align="left"><%= $returnaddress %></td> <td align="right"> <table CLASS="invoice_headerright" cellspacing=0> |