From 9e00888d6783004d6e61f89b7f34ec7063b0e0bc Mon Sep 17 00:00:00 2001 From: Pandiyan P Date: Sat, 15 Aug 2026 17:54:12 +0530 Subject: [PATCH] fix: correct is_frozen description on customer and supplier (#58168) (cherry picked from commit cc60c80e68eea409f289da4c40606934c2f364dc) # Conflicts: # erpnext/buying/doctype/supplier/supplier.json # erpnext/selling/doctype/customer/customer.json --- erpnext/buying/doctype/supplier/supplier.json | 4 ++-- erpnext/selling/doctype/customer/customer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/erpnext/buying/doctype/supplier/supplier.json b/erpnext/buying/doctype/supplier/supplier.json index 841a3ac780d..41f9d8f8c40 100644 --- a/erpnext/buying/doctype/supplier/supplier.json +++ b/erpnext/buying/doctype/supplier/supplier.json @@ -363,7 +363,7 @@ }, { "default": "0", - "description": "Frozen suppliers block ledger entries until unfrozen. Use this to temporarily lock accounting activity without disabling the supplier.", + "description": "Frozen suppliers block new transactions and ledger entries until unfrozen. Only users with the role set in Company's \"Roles Allowed to Set and Edit Frozen Account Entries\" can transact.", "fieldname": "is_frozen", "fieldtype": "Check", "label": "Is Frozen" @@ -562,7 +562,7 @@ "link_fieldname": "party" } ], - "modified": "2026-06-27 16:12:33.190257", + "modified": "2026-08-14 16:10:58.600553", "modified_by": "Administrator", "module": "Buying", "name": "Supplier", diff --git a/erpnext/selling/doctype/customer/customer.json b/erpnext/selling/doctype/customer/customer.json index f5803a28276..bb6fb4d6bcb 100644 --- a/erpnext/selling/doctype/customer/customer.json +++ b/erpnext/selling/doctype/customer/customer.json @@ -411,7 +411,7 @@ }, { "default": "0", - "description": "Blocks all further accounting entries on this customer's account. Only users with the frozen-entries role can override.\n", + "description": "Blocks new transactions and further accounting entries on this customer's account. Only users with the role set in Company's \"Roles Allowed to Set and Edit Frozen Account Entries\" can transact.", "fieldname": "is_frozen", "fieldtype": "Check", "label": "Is Frozen", @@ -696,7 +696,7 @@ "link_fieldname": "party" } ], - "modified": "2026-06-27 16:12:10.457900", + "modified": "2026-08-14 16:10:58.600553", "modified_by": "Administrator", "module": "Selling", "name": "Customer",