2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-09 07:00:56 +00:00

Fix callbacks for adding new supplier part and/or purchase order "inline"

This commit is contained in:
Oliver Walters
2022-05-03 11:42:13 +10:00
parent 40c9885b87
commit 4732efb330
4 changed files with 44 additions and 52 deletions

View File

@ -115,10 +115,6 @@ function supplierPartFields() {
return {
part: {},
supplier: {},
SKU: {
icon: 'fa-hashtag',
},
manufacturer_part: {
filters: {
part_detail: true,
@ -126,6 +122,10 @@ function supplierPartFields() {
},
auto_fill: true,
},
supplier: {},
SKU: {
icon: 'fa-hashtag',
},
description: {},
link: {
icon: 'fa-link',