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:
parent
1d6ef4b0d3
commit
c7bad657b1
@ -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 %}
|
{% for d in doc.items %}
|
||||||
<div class="rfq-item">
|
<div class="rfq-item">
|
||||||
|
@ -86,7 +86,7 @@
|
|||||||
<span class="small gray">{{d.transaction_date}}</span>
|
<span class="small gray">{{d.transaction_date}}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a class="transaction-item-link" href="/quotations/{{d.name}}">Link</a>
|
<a class="transaction-item-link" href="/supplier-quotations/{{d.name}}">Link</a>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
@ -95,6 +95,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user