2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

URL fixes

This commit is contained in:
Oliver
2021-07-21 10:52:14 +10:00
parent 8cb336f581
commit 893628d1b8
2 changed files with 3 additions and 3 deletions

View File

@ -272,7 +272,7 @@
<tr>
<td><span class='fas fa-user-tie'></span></td>
<td>{% trans "Customer" %}</td>
<td><a href="{% url 'company-detail-assigned-stock' item.customer.id %}">{{ item.customer.name }}</a></td>
<td><a href="{% url 'company-detail' item.customer.id %}?display=assigned-stock">{{ item.customer.name }}</a></td>
</tr>
{% endif %}
{% if item.belongs_to %}