mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 21:16:46 +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',
|
||||
},
|
||||
pack_quantity: {},
|
||||
active: {},
|
||||
};
|
||||
|
||||
if (options.part) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user