2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 03:56:43 +00:00

Fix broken URL (#6497) (#6501)

(cherry picked from commit d9b769d27bd24321e1fed0e030332e03ba90bb1e)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot] 2024-02-16 11:31:42 +11:00 committed by GitHub
parent 43355904b0
commit 47a459a32c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;