From 91fc99957598419bdf6163bd3ecc5eb428098f49 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:40:38 +0530 Subject: [PATCH] fix: hide supplier name in rfq portal (backport #58373) (#58375) Co-authored-by: Pandiyan P --- 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") }}