diff --git a/InvenTree/company/templates/company/manufacturer_part.html b/InvenTree/company/templates/company/manufacturer_part.html index 0c158edd76..5bffdcb781 100644 --- a/InvenTree/company/templates/company/manufacturer_part.html +++ b/InvenTree/company/templates/company/manufacturer_part.html @@ -27,7 +27,7 @@ {% block actions %} {% if user.is_staff and perms.company.change_company %} -{% url 'admin:company_supplierpart_change' part.pk as url %} +{% url 'admin:company_manufacturerpart_change' part.pk as url %} {% include "admin_button.html" with url=url %} {% endif %} {% if roles.purchase_order.change %}