* fix: broken URL
The quotations are supplier quotations, not sales quotation.
* fix: remove erpnext from path
(cherry picked from commit c7bad657b1)
Co-authored-by: Dany Robert <rtdany10@gmail.com>
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">
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
<span class="small gray">{{d.transaction_date}}</span>
|
||||
</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>
|
||||
{% endfor %}
|
||||
</div>
|
||||
@@ -95,6 +95,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user