mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-16 07:31:34 +00:00
(cherry picked from commit d9b769d27b
)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
committed by
GitHub
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;
|
||||||
|
Reference in New Issue
Block a user