mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
fixing wrong position
This commit is contained in:
parent
f9f191b5e3
commit
cdcb6504f9
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user