diff --git a/InvenTree/part/templates/part/supplier.html b/InvenTree/part/templates/part/supplier.html index b5426971eb..2548297774 100644 --- a/InvenTree/part/templates/part/supplier.html +++ b/InvenTree/part/templates/part/supplier.html @@ -7,11 +7,16 @@

Part Suppliers

- + +
-
-
@@ -74,4 +79,6 @@ url: "{% url 'api-part-supplier-list' %}" }); + linkButtonsToSelection($("#supplier-table"), ['#supplier-part-options']) + {% endblock %} \ No newline at end of file