From f13ae4de0b52eb2e853f6c3e86000830a656f74d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 24 Aug 2021 22:28:29 +0530 Subject: [PATCH] fix: broken URL in supplier portal (#26823) (#27122) * fix: broken URL The quotations are supplier quotations, not sales quotation. * fix: remove erpnext from path (cherry picked from commit c7bad657b1f73aa2d1232b416752128afc5f77e8) Co-authored-by: Dany Robert --- erpnext/templates/includes/rfq/rfq_items.html | 2 +- erpnext/templates/pages/rfq.html | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/erpnext/templates/includes/rfq/rfq_items.html b/erpnext/templates/includes/rfq/rfq_items.html index caa15f386b0..04cf922664b 100644 --- a/erpnext/templates/includes/rfq/rfq_items.html +++ b/erpnext/templates/includes/rfq/rfq_items.html @@ -1,4 +1,4 @@ -{% from "erpnext/templates/includes/rfq/rfq_macros.html" import item_name_and_description %} +{% from "templates/includes/rfq/rfq_macros.html" import item_name_and_description %} {% for d in doc.items %}
diff --git a/erpnext/templates/pages/rfq.html b/erpnext/templates/pages/rfq.html index 6e2edb6391b..6516482c230 100644 --- a/erpnext/templates/pages/rfq.html +++ b/erpnext/templates/pages/rfq.html @@ -86,7 +86,7 @@ {{d.transaction_date}}
- Link + Link {% endfor %} @@ -95,6 +95,4 @@ - - {% endblock %}