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 0d04bd9be34..3716b816085 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 @@ -285,8 +285,8 @@ print_heading_template=None) -%} -
|
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 b77aff84ed7..9bdcde2c18a 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
@@ -118,6 +118,9 @@ print_heading_template=None) -%}
.pb-8 {
padding-bottom: 8px;
}
+ .amount-width {
+ width: 110px;
+ }
.totals-table {
border-radius: 5px;
@@ -216,8 +219,8 @@ print_heading_template=None) -%}
-
-
-
-
- {{ _("Total in words") }} -{{ doc.in_words }}
-
+
{% endfor %}
-
- {% endif %}
+ {{ _("Terms and Conditions") }}
- {{ doc.terms}}
-
+ {% if doc.terms %}
+
+
+ {% endif %}
{{ _("Terms and Conditions") }}
+ {{ doc.terms}}
+ |