From 2329ef64249507d74069b23d7c7c4c8cf7a09d96 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:11:31 +0000 Subject: [PATCH] fix: hide supplier name in rfq portal (backport #58373) (#58376) 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") }}