From 917badb82b4289664ad74b8df843b64491d010ae Mon Sep 17 00:00:00 2001 From: Jatin3128 <140256508+Jatin3128@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:46:47 +0530 Subject: [PATCH] fix: renaming the overdue billing checkbox (#58165) --- .../accounts/doctype/accounts_settings/accounts_settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/accounts_settings/accounts_settings.json b/erpnext/accounts/doctype/accounts_settings/accounts_settings.json index 75e06aa91b1..23cd8cddc86 100644 --- a/erpnext/accounts/doctype/accounts_settings/accounts_settings.json +++ b/erpnext/accounts/doctype/accounts_settings/accounts_settings.json @@ -284,7 +284,7 @@ "description": "Block a new Sales Invoice when the customer's overdue amount exceeds the Overdue Limit set on the customer.", "fieldname": "enable_overdue_billing_threshold", "fieldtype": "Check", - "label": "Restrict Customer Over Billing" + "label": "Prevent Sales Invoice when Customer is Overdue" }, { "depends_on": "eval:doc.enable_overdue_billing_threshold", @@ -805,7 +805,7 @@ "index_web_pages_for_search": 1, "issingle": 1, "links": [], - "modified": "2026-08-14 13:12:47.895908", + "modified": "2026-08-14 15:26:49.070889", "modified_by": "Administrator", "module": "Accounts", "name": "Accounts Settings",