From 4cd150ba7a6b546366cc83bb8fcf2a3f2f51e1f7 Mon Sep 17 00:00:00 2001 From: Abdus Samad <120767334+Samad-11@users.noreply.github.com> Date: Mon, 16 Mar 2026 23:27:44 +0530 Subject: [PATCH] fix: change "Date" label to "Posting Date" in Sales Invoice and Purchase Invoice (#53503) --- erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json | 2 +- erpnext/accounts/doctype/sales_invoice/sales_invoice.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json index 24c32fca451..6291cf49bae 100644 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json @@ -321,7 +321,7 @@ "fieldtype": "Date", "in_list_view": 1, "in_standard_filter": 1, - "label": "Date", + "label": "Posting Date", "oldfieldname": "posting_date", "oldfieldtype": "Date", "print_hide": 1, diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json index 61e31e286e1..a76568eab2e 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json @@ -383,7 +383,7 @@ "hide_seconds": 1, "in_list_view": 1, "in_standard_filter": 1, - "label": "Date", + "label": "Posting Date", "no_copy": 1, "oldfieldname": "posting_date", "oldfieldtype": "Date",