From e87b44f758f2f658c74982091cb64c2f6237cdec Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Wed, 13 Mar 2024 12:02:06 +0530 Subject: [PATCH] chore: remove invalid comment --- erpnext/buying/doctype/buying_settings/buying_settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/buying/doctype/buying_settings/buying_settings.py b/erpnext/buying/doctype/buying_settings/buying_settings.py index 98935c1e57d..70759aacef7 100644 --- a/erpnext/buying/doctype/buying_settings/buying_settings.py +++ b/erpnext/buying/doctype/buying_settings/buying_settings.py @@ -65,7 +65,6 @@ class BuyingSettings(Document): def set_search_fields(doctype, fieldname, naming_series): - """Change a doctype's naming to user naming series""" from frappe.custom.doctype.property_setter.property_setter import make_property_setter searchfields = frappe.get_meta(doctype).get_search_fields()