From d9998a977ce977efc5e00a8ba8762ff3d0715e3c Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Sat, 31 Jan 2026 19:47:51 +0530 Subject: [PATCH] fix: make item name editable in RFQ --- .../request_for_quotation_item/request_for_quotation_item.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/buying/doctype/request_for_quotation_item/request_for_quotation_item.json b/erpnext/buying/doctype/request_for_quotation_item/request_for_quotation_item.json index f82528e06c6..e96cd169883 100644 --- a/erpnext/buying/doctype/request_for_quotation_item/request_for_quotation_item.json +++ b/erpnext/buying/doctype/request_for_quotation_item/request_for_quotation_item.json @@ -63,7 +63,6 @@ "fieldtype": "Column Break" }, { - "fetch_from": "item_code.item_name", "fieldname": "item_name", "fieldtype": "Data", "in_global_search": 1, @@ -262,7 +261,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2025-04-28 23:30:22.927989", + "modified": "2026-01-31 19:46:27.884592", "modified_by": "Administrator", "module": "Buying", "name": "Request for Quotation Item",