diff --git a/erpnext/accounts/Print Format/SalesInvoice/SalesInvoice.html b/erpnext/accounts/Print Format/SalesInvoice/SalesInvoice.html index bdb7a018369..bb278970a3c 100644 --- a/erpnext/accounts/Print Format/SalesInvoice/SalesInvoice.html +++ b/erpnext/accounts/Print Format/SalesInvoice/SalesInvoice.html @@ -3,7 +3,7 @@ {%- endif -%}
{{ doc.select_print_heading or 'Invoice' }} | |
{{ doc.name }} | |
| Invoice Date | {{ utils.formatdate(doc.posting_date) }} | -
| Invoice Period | {{ (utils.formatdate(doc.invoice_period_from_date)) + ' to ' + utils.formatdate(doc.invoice_period_to_date) }} | -
| Due Date | {{ utils.formatdate(doc.due_date) }} | -