diff --git a/InvenTree/templates/js/translated/company.js b/InvenTree/templates/js/translated/company.js index b1fdacb540df..424f5a27fa7e 100644 --- a/InvenTree/templates/js/translated/company.js +++ b/InvenTree/templates/js/translated/company.js @@ -226,7 +226,7 @@ function createSupplierPart(options={}) { var header = ''; if (options.part) { var part_model = {}; - inventreeGet(`{% url "api-part-list" %}${options.part}/.*`, {}, { + inventreeGet(`{% url "api-part-list" %}${options.part}/`, {}, { async: false, success: function(response) { part_model = response;