diff --git a/InvenTree/company/templates/company/supplier_part_base.html b/InvenTree/company/templates/company/supplier_part_base.html index 33157ed67f..964c61ee5e 100644 --- a/InvenTree/company/templates/company/supplier_part_base.html +++ b/InvenTree/company/templates/company/supplier_part_base.html @@ -33,7 +33,9 @@ InvenTree | {% trans "Supplier Part" %}
{% trans "Internal Part" %} | {% if part.part %} @@ -41,21 +43,46 @@ InvenTree | {% trans "Supplier Part" %} {% endif %} | |
{% trans "Supplier" %} | {{ part.supplier.name }} | |
{% trans "SKU" %} | {{ part.SKU }} | |
{% trans "External Link" %} | {{ part.link }} | |
{% trans "Description" %} | {{ part.description }} | |
{% trans "Manufacturer" %} | {{ part.manufacturer }} | |
{% trans "MPN" %} | {{ part.MPN }} | |
{% trans "Note" %} | {{ part.note }} | |
{% trans "Description" %} | +{{ part.description }} | +|
+ | {% trans "External Link" %} | +{{ part.link }} | +
+ | {% trans "Supplier" %} | +{{ part.supplier.name }} |
+ | {% trans "SKU" %} | +{{ part.SKU }} |
+ | {% trans "Manufacturer" %} | +{{ part.manufacturer.name }} |
+ | {% trans "MPN" %} | +{{ part.MPN }} | +
+ | {% trans "Note" %} | +{{ part.note }} | +