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 3716b816085..5a0feffb8df 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 @@ -165,7 +165,7 @@ print_heading_template=None) -%}
| + |
Customer Name:
Bill to:
@@ -176,15 +176,23 @@ print_heading_template=None) -%}
|
-
-
+
+ |
Invoice Number:
+
+
+ {{ doc.name }}
+ Invoice Date:
+
+
+ {{ frappe.utils.format_date(doc.posting_date) }}
+ Payment Due Date:
- {{ doc.name }}
- {{ frappe.utils.format_date(doc.posting_date) }}
+ {{ frappe.utils.format_date(doc.due_date) }}
|