From 1ea1d5d6a5a66a0e58f4f3e541537b2d506430f1 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 16:05:22 +0530 Subject: [PATCH] fix: renaming the overdue billing checkbox (backport #58165) (#58166) fix: renaming the overdue billing checkbox (#58165) (cherry picked from commit 917badb82b4289664ad74b8df843b64491d010ae) Co-authored-by: Jatin3128 <140256508+Jatin3128@users.noreply.github.com> --- .../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 d55a95f2ea3..6ca87828e84 100644 --- a/erpnext/accounts/doctype/accounts_settings/accounts_settings.json +++ b/erpnext/accounts/doctype/accounts_settings/accounts_settings.json @@ -283,7 +283,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", @@ -797,7 +797,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",