mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +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 = '';
|
var header = '';
|
||||||
if (options.part) {
|
if (options.part) {
|
||||||
var part_model = {};
|
var part_model = {};
|
||||||
inventreeGet(`{% url "api-part-list" %}${options.part}/.*`, {}, {
|
inventreeGet(`{% url "api-part-list" %}${options.part}/`, {}, {
|
||||||
async: false,
|
async: false,
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
part_model = response;
|
part_model = response;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user