diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-03-27 01:19:41 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-03-27 01:19:41 -0700 |
commit | 4d2467d2b8c2134f8cab6907c675a9c4f56472ed (patch) | |
tree | 23f49c075cae1b8aaa0d7119dd51004e4ab4eaba /conf/invoice_html | |
parent | d8036c151e9706250765dc52eddd1e587df8f710 (diff) |
freeside inc. web services for address normalizaion and printing, RT#33849
Diffstat (limited to 'conf/invoice_html')
-rw-r--r-- | conf/invoice_html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/invoice_html b/conf/invoice_html index e1af70703..9d6f52842 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -51,8 +51,8 @@ <table class="invoice_header" width="100%"> <tr> - <td><img src="<%= $cid ? "cid:$cid" : "cust_bill-logo.cgi?invnum=$invnum;template=$template" %>"></td> <td align="left"><%= $returnaddress %></td> + <td align="left"><img src="<%= $cid ? "cid:$cid" : "cust_bill-logo.cgi?invnum=$invnum;template=$template" %>"></td> <td align="right"> <table CLASS="invoice_headerright" cellspacing=0> <tr> @@ -83,9 +83,11 @@ </table> </td> </tr> + </table> + <table class="invoice_header" width="100%"> <tr> - <td> + <td WIDTH="10%"> </td> <td align="left"> <b><%= $payname %></b><BR> |