mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 05:26:45 +00:00
Add "active" field to SupplierPart form (#8341)
- Previously missing from legacy interface
This commit is contained in:
parent
bcc991198e
commit
295f733ed9
@ -165,6 +165,7 @@ function supplierPartFields(options={}) {
|
|||||||
icon: 'fa-box',
|
icon: 'fa-box',
|
||||||
},
|
},
|
||||||
pack_quantity: {},
|
pack_quantity: {},
|
||||||
|
active: {},
|
||||||
};
|
};
|
||||||
|
|
||||||
if (options.part) {
|
if (options.part) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user