2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

fixing wrong position

This commit is contained in:
Matthias 2021-05-12 15:33:49 +02:00
parent f9f191b5e3
commit cdcb6504f9

View File

@ -96,8 +96,8 @@
<td></td> <td></td>
<td><strong>{% trans "Default Supplier" %}</strong></td> <td><strong>{% trans "Default Supplier" %}</strong></td>
<td><a href="{% url 'supplier-part-detail' part.default_supplier.id %}"> <td><a href="{% url 'supplier-part-detail' part.default_supplier.id %}">
{{ part.default_supplier.supplier.name }} | {{ part.default_supplier.SKU }}{% include "clip.html"%} {{ part.default_supplier.supplier.name }} | {{ part.default_supplier.SKU }}
</a></td> </a>{% include "clip.html"%}</td>
</tr> </tr>
{% endif %} {% endif %}
{% if part.units %} {% if part.units %}