mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
fix: broken URL in supplier portal (#26823)
* fix: broken URL The quotations are supplier quotations, not sales quotation. * fix: remove erpnext from path
This commit is contained in:
@@ -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 %}
|
||||
<div class="rfq-item">
|
||||
|
||||
Reference in New Issue
Block a user