diff options
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> |