From f222d3a37b698efbace233d7faf5213b78e8c745 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Tue, 6 Jan 2026 10:32:02 +0530 Subject: [PATCH] fix: email details should be visible if emails are to be sent --- .../doctype/request_for_quotation/request_for_quotation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.json b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.json index ae629650765..005078584bb 100644 --- a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.json +++ b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.json @@ -127,7 +127,7 @@ "reqd": 1 }, { - "depends_on": "eval:doc.suppliers.some((item) => item.send_email) && !(doc.docstatus == 1 && !doc.email_template)", + "depends_on": "eval:doc.suppliers.some((item) => item.send_email)", "fieldname": "supplier_response_section", "fieldtype": "Section Break", "label": "Email Details" @@ -331,7 +331,7 @@ "index_web_pages_for_search": 1, "is_submittable": 1, "links": [], - "modified": "2026-01-05 14:27:33.329810", + "modified": "2026-01-06 10:31:08.747043", "modified_by": "Administrator", "module": "Buying", "name": "Request for Quotation",