From 7ec34bab8d3290a46daaf277a389379f5db452e9 Mon Sep 17 00:00:00 2001 From: Pandiyan P Date: Mon, 24 Aug 2026 17:38:49 +0530 Subject: [PATCH] fix: hide supplier name in rfq portal (#58373) --- erpnext/templates/pages/rfq.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/erpnext/templates/pages/rfq.html b/erpnext/templates/pages/rfq.html index d371bf2161d..8d55d6b47e1 100644 --- a/erpnext/templates/pages/rfq.html +++ b/erpnext/templates/pages/rfq.html @@ -22,10 +22,7 @@ {% block page_content %}
-
-
{{ doc.supplier }}
-
-
+
{{ doc.get_formatted("transaction_date") }}