mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 03:56:43 +00:00
(cherry picked from commit d9b769d27bd24321e1fed0e030332e03ba90bb1e) Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
parent
43355904b0
commit
47a459a32c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user