diff --git a/erpnext/accounts/print_format/print_format_sales_invoice/print_format_sales_invoice.html b/erpnext/accounts/print_format/print_format_sales_invoice/print_format_sales_invoice.html index 2042b4271ba..f034271f505 100644 --- a/erpnext/accounts/print_format/print_format_sales_invoice/print_format_sales_invoice.html +++ b/erpnext/accounts/print_format/print_format_sales_invoice/print_format_sales_invoice.html @@ -230,6 +230,7 @@ print_heading_template=None) -%} max-width: 24px; min-width: 24px; margin-right: 8px; + vertical-align: middle; " /> diff --git a/erpnext/accounts/print_format/sales_invoice_print_format/sales_invoice_print_format.html b/erpnext/accounts/print_format/sales_invoice_print_format/sales_invoice_print_format.html index 4457b2ac7a6..d98c30700a9 100644 --- a/erpnext/accounts/print_format/sales_invoice_print_format/sales_invoice_print_format.html +++ b/erpnext/accounts/print_format/sales_invoice_print_format/sales_invoice_print_format.html @@ -1,12 +1,18 @@ {%- macro add_header(page_num, max_pages, doc, letter_head, no_letterhead, footer, print_settings=None, -print_heading_template=None) -%} {% if letter_head and not no_letterhead %} +print_heading_template=None) -%} +{% if letter_head and not no_letterhead %}
| {{ _("Customer Name") }}: {{doc.customer_name }} @@ -192,11 +198,15 @@ print_heading_template=None) -%} {% if letter_head and not no_letterhead %} | |
| {{ _("Bill From") }}: {{ address }} |
{{ _("Bill To") }}: {{ company_address_display }} |