Skip to content

Commit

Permalink
Fix broken URL (#6497)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat authored Feb 16, 2024
1 parent 04261db commit d9b769d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InvenTree/templates/js/translated/company.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d9b769d

Please sign in to comment.