From 4bb7799919bbc7db501b340d7e64c460de7f0c09 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 17:43:14 +0530 Subject: [PATCH] fix: rewriting the description of the overdue billing checkbox (backport #58172) (#58174) fix: rewriting the description of the overdue billing checkbox (#58172) fix: rewritting the description of the overdue billing checkbox (cherry picked from commit cbf8f61101fb2c3252f24db7aa5bc15193d1b031) Co-authored-by: Jatin3128 <140256508+Jatin3128@users.noreply.github.com> --- .../accounts/doctype/accounts_settings/accounts_settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/accounts_settings/accounts_settings.json b/erpnext/accounts/doctype/accounts_settings/accounts_settings.json index 6ca87828e84..93928e9b149 100644 --- a/erpnext/accounts/doctype/accounts_settings/accounts_settings.json +++ b/erpnext/accounts/doctype/accounts_settings/accounts_settings.json @@ -280,7 +280,7 @@ }, { "default": "0", - "description": "Block a new Sales Invoice when the customer's overdue amount exceeds the Overdue Limit set on the customer.", + "description": "Enabling this option prevents the creation of a new Sales Invoice when the customer has an overdue limit set and their outstanding overdue amount exceeds that limit.", "fieldname": "enable_overdue_billing_threshold", "fieldtype": "Check", "label": "Prevent Sales Invoice when Customer is Overdue"