From 82e8fb8a5e1bbbe77596a12264f783eb3a9503f5 Mon Sep 17 00:00:00 2001 From: ljain112 Date: Wed, 30 Jul 2025 16:50:49 +0530 Subject: [PATCH] chore: correct description for `consider_party_ledger_amount` in Tax Withholding Category (cherry picked from commit f619bca2d6c36365291c1dd7366a8646f3480ca3) # Conflicts: # erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.json --- .../tax_withholding_category/tax_withholding_category.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.json b/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.json index 153906ffe97..286b915b05e 100644 --- a/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.json +++ b/erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.json @@ -75,7 +75,7 @@ }, { "default": "0", - "description": "Even invoices with apply tax withholding unchecked will be considered for checking cumulative threshold breach", + "description": "Only payment entries with apply tax withholding unchecked will be considered for checking cumulative threshold breach", "fieldname": "consider_party_ledger_amount", "fieldtype": "Check", "label": "Consider Entire Party Ledger Amount", @@ -102,10 +102,11 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2021-07-27 21:47:34.396071", + "modified": "2025-07-30 07:13:51.785735", "modified_by": "Administrator", "module": "Accounts", "name": "Tax Withholding Category", + "naming_rule": "Set by user", "owner": "Administrator", "permissions": [ { @@ -148,4 +149,4 @@ "sort_field": "modified", "sort_order": "DESC", "track_changes": 1 -} \ No newline at end of file +}