From c7bad657b1f73aa2d1232b416752128afc5f77e8 Mon Sep 17 00:00:00 2001 From: Dany Robert Date: Tue, 24 Aug 2021 22:10:14 +0530 Subject: [PATCH] fix: broken URL in supplier portal (#26823) * fix: broken URL The quotations are supplier quotations, not sales quotation. * fix: remove erpnext from path --- 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 caa15f386b..04cf922664 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 6e2edb6391..6516482c23 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 %}