From 22d514aa7bbc9fb32de696fdeca2df3479636d0a Mon Sep 17 00:00:00 2001 From: Ty Reynolds Date: Thu, 29 Jan 2026 10:06:35 -0500 Subject: [PATCH] Made date bold like the other item headers. --- ns_app/print_formats/print_formats/sales_invoice_ns.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ns_app/print_formats/print_formats/sales_invoice_ns.html b/ns_app/print_formats/print_formats/sales_invoice_ns.html index 6c2299d..cfd20e4 100644 --- a/ns_app/print_formats/print_formats/sales_invoice_ns.html +++ b/ns_app/print_formats/print_formats/sales_invoice_ns.html @@ -26,7 +26,7 @@ Invoice {{ doc.name }}
- Date: {{ frappe.utils.formatdate(doc.posting_date, "MM-dd-yyyy") }} + Date: {{ frappe.utils.formatdate(doc.posting_date, "MM-dd-yyyy") }}